We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a1aab6f + 87b6186 commit c83b5d3Copy full SHA for c83b5d3
arch/x86/kernel/cpu/Makefile
@@ -56,8 +56,7 @@ quiet_cmd_mkcapflags = MKCAP $@
56
57
cpufeature = $(src)/../../include/asm/cpufeatures.h
58
59
-targets += capflags.c
60
$(obj)/capflags.c: $(cpufeature) $(src)/mkcapflags.sh FORCE
61
$(call if_changed,mkcapflags)
62
endif
63
-clean-files += capflags.c
+targets += capflags.c
arch/x86/kernel/cpu/mkcapflags.sh
@@ -4,6 +4,8 @@
4
# Generate the x86_cap/bug_flags[] arrays from include/asm/cpufeatures.h
5
#
6
7
+set -e
8
+
9
IN=$1
10
OUT=$2
11
0 commit comments