hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/tools/testing/scatterlist/Makefile
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 CFLAGS += -I. -I../../include -g -O2 -Wall -fsanitize=address
23 LDFLAGS += -fsanitize=address -fsanitize=undefined
34 TARGETS = main
....@@ -13,7 +14,7 @@
1314 main: $(OFILES)
1415
1516 clean:
16
- $(RM) $(TARGETS) $(OFILES) scatterlist.c linux/scatterlist.h linux/highmem.h linux/kmemleak.h asm/io.h
17
+ $(RM) $(TARGETS) $(OFILES) scatterlist.c linux/scatterlist.h linux/highmem.h linux/kmemleak.h linux/slab.h asm/io.h
1718 @rmdir asm
1819
1920 scatterlist.c: ../../../lib/scatterlist.c
....@@ -27,4 +28,5 @@
2728 @touch asm/io.h
2829 @touch linux/highmem.h
2930 @touch linux/kmemleak.h
31
+ @touch linux/slab.h
3032 @cp $< linux/scatterlist.h