]> git.karo-electronics.de Git - karo-tx-linux.git/blob - samples/bpf/Makefile
Merge remote-tracking branch 'regulator/fix/core' into regulator-linus
[karo-tx-linux.git] / samples / bpf / Makefile
1 # kbuild trick to avoid linker error. Can be omitted if a module is built.
2 obj- := dummy.o
3
4 # List of programs to build
5 hostprogs-y := test_verifier
6
7 test_verifier-objs := test_verifier.o libbpf.o
8
9 # Tell kbuild to always build the programs
10 always := $(hostprogs-y)
11
12 HOSTCFLAGS += -I$(objtree)/usr/include