]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - tools/testing/selftests/bpf/Makefile
Merge remote-tracking branches 'asoc/topic/atmel', 'asoc/topic/chmap', 'asoc/topic...
[mirror_ubuntu-artful-kernel.git] / tools / testing / selftests / bpf / Makefile
1 CFLAGS += -Wall -O2 -I../../../../usr/include
2
3 test_objs = test_verifier test_maps test_lru_map
4
5 TEST_PROGS := test_verifier test_maps test_lru_map test_kmod.sh
6 TEST_FILES := $(test_objs)
7
8 all: $(test_objs)
9
10 include ../lib.mk
11
12 clean:
13 $(RM) $(test_objs)