Files
xdp-project-bpf-examples/lsm-nobpf/Makefile
Toke Høiland-Jørgensen 54259af20a Add bpf-nolsm example for disabling bpf()
Signed-off-by: Toke Høiland-Jørgensen <toke@toke.dk>
2020-10-12 14:58:41 +02:00

9 lines
158 B
Makefile

# SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
USER_TARGETS := lsm-nobpf
BPF_TARGETS := lsm-nobpf-kern
LIB_DIR = ../lib
include $(LIB_DIR)/common.mk