aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/bpf/Makefile
blob: 058351b0694fddd7d0c56163c77498297e4be4f6 (plain) (blame)
1
2
3
4
5
6
7
CFLAGS += -Wall -O2 -I../../../../usr/include

TEST_GEN_PROGS = test_verifier test_maps test_lru_map

TEST_PROGS := test_kmod.sh

include ../lib.mk