]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - tools/testing/selftests/bpf/Makefile
selftests/powerpc: Fix remaining fallout from recent changes
[mirror_ubuntu-artful-kernel.git] / tools / testing / selftests / bpf / Makefile
1 CFLAGS += -Wall -O2 -I../../../../usr/include
2
3 TEST_GEN_PROGS = test_verifier test_maps test_lru_map
4
5 TEST_PROGS := test_kmod.sh
6
7 include ../lib.mk