diff options
Diffstat (limited to 'tools/testing/selftests/bpf/Makefile')
| -rw-r--r-- | tools/testing/selftests/bpf/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/testing/selftests/bpf/Makefile b/tools/testing/selftests/bpf/Makefile index 2ca51a8a588c..153c3a181a4c 100644 --- a/tools/testing/selftests/bpf/Makefile +++ b/tools/testing/selftests/bpf/Makefile | |||
| @@ -37,6 +37,5 @@ CLANG ?= clang | |||
| 37 | 37 | ||
| 38 | %.o: %.c | 38 | %.o: %.c |
| 39 | $(CLANG) -I. -I./include/uapi -I../../../include/uapi \ | 39 | $(CLANG) -I. -I./include/uapi -I../../../include/uapi \ |
| 40 | -I../../../../samples/bpf/ \ | ||
| 41 | -Wno-compare-distinct-pointer-types \ | 40 | -Wno-compare-distinct-pointer-types \ |
| 42 | -O2 -target bpf -c $< -o $@ | 41 | -O2 -target bpf -c $< -o $@ |
