bpf: add a testsuite for eBPF maps
[linux-2.6/btrfs-unstable.git] / samples / bpf / Makefile
blob0718d9ce46197e93ae5cea271a12cf2f0c68afcb
1 # kbuild trick to avoid linker error. Can be omitted if a module is built.
2 obj- := dummy.o
4 # List of programs to build
5 hostprogs-y := test_verifier test_maps
7 test_verifier-objs := test_verifier.o libbpf.o
8 test_maps-objs := test_maps.o libbpf.o
10 # Tell kbuild to always build the programs
11 always := $(hostprogs-y)
13 HOSTCFLAGS += -I$(objtree)/usr/include