Loading tools/testing/selftests/bpf/Makefile +2 −1 Original line number Diff line number Diff line Loading @@ -35,6 +35,7 @@ $(BPFOBJ): force CLANG ?= clang %.o: %.c $(CLANG) -I. -I../../../include/uapi -I../../../../samples/bpf/ \ $(CLANG) -I. -I./include/uapi -I../../../include/uapi \ -I../../../../samples/bpf/ \ -Wno-compare-distinct-pointer-types \ -O2 -target bpf -c $< -o $@ tools/testing/selftests/bpf/include/uapi/linux/types.h 0 → 100644 +6 −0 Original line number Diff line number Diff line #ifndef _UAPI_LINUX_TYPES_H #define _UAPI_LINUX_TYPES_H #include <asm-generic/int-ll64.h> #endif /* _UAPI_LINUX_TYPES_H */ Loading
tools/testing/selftests/bpf/Makefile +2 −1 Original line number Diff line number Diff line Loading @@ -35,6 +35,7 @@ $(BPFOBJ): force CLANG ?= clang %.o: %.c $(CLANG) -I. -I../../../include/uapi -I../../../../samples/bpf/ \ $(CLANG) -I. -I./include/uapi -I../../../include/uapi \ -I../../../../samples/bpf/ \ -Wno-compare-distinct-pointer-types \ -O2 -target bpf -c $< -o $@
tools/testing/selftests/bpf/include/uapi/linux/types.h 0 → 100644 +6 −0 Original line number Diff line number Diff line #ifndef _UAPI_LINUX_TYPES_H #define _UAPI_LINUX_TYPES_H #include <asm-generic/int-ll64.h> #endif /* _UAPI_LINUX_TYPES_H */