X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=tools%2Fbuild%2Ffeature%2FMakefile;h=dad79ede4e0ae0030ee401a1daf5d59ff871dcb6;hb=535a265d7f0dd50d8c3a4f8b4f3a452d56bd160f;hp=3184f387990a88c1c1f28b97a593aaf6fbe24333;hpb=45fc4628c15ab2cb7b2f53354b21db63f0a41f81;p=platform%2Fkernel%2Flinux-rpi.git diff --git a/tools/build/feature/Makefile b/tools/build/feature/Makefile index 3184f38..dad79ed 100644 --- a/tools/build/feature/Makefile +++ b/tools/build/feature/Makefile @@ -370,7 +370,7 @@ $(OUTPUT)test-libzstd.bin: $(BUILD) -lzstd $(OUTPUT)test-clang-bpf-co-re.bin: - $(CLANG) -S -g -target bpf -o - $(patsubst %.bin,%.c,$(@F)) | \ + $(CLANG) -S -g --target=bpf -o - $(patsubst %.bin,%.c,$(@F)) | \ grep BTF_KIND_VAR $(OUTPUT)test-file-handle.bin: