File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -8772,7 +8772,6 @@ F: include/linux/fortify-string.h
8772
8772
F: lib/fortify_kunit.c
8773
8773
F: lib/memcpy_kunit.c
8774
8774
F: lib/test_fortify/*
8775
- F: scripts/test_fortify.sh
8776
8775
K: \b__NO_FORTIFY\b
8777
8776
8778
8777
FPGA DFL DRIVERS
Original file line number Diff line number Diff line change 3
3
ccflags-y := $(call cc-disable-warning,fortify-source)
4
4
5
5
quiet_cmd_test_fortify = TEST $@
6
- cmd_test_fortify = $(CONFIG_SHELL ) $(srctree ) /scripts /test_fortify.sh \
6
+ cmd_test_fortify = $(CONFIG_SHELL ) $(src ) /test_fortify.sh \
7
7
$< $@ "$(NM ) " $(CC ) $(c_flags ) -DKBUILD_EXTRA_WARN1
8
8
9
- $(obj ) /% .log : $(src ) /% .c $(srctree ) /scripts /test_fortify.sh \
9
+ $(obj ) /% .log : $(src ) /% .c $(src ) /test_fortify.sh \
10
10
$(src ) /test_fortify.h \
11
11
$(srctree ) /include/linux/fortify-string.h \
12
12
FORCE
File renamed without changes.
You can’t perform that action at this time.
0 commit comments