projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc53d3d
)
x86/build: Remove redundant 'clean-files += capflags.c'
author
Masahiro Yamada
<yamada.masahiro@socionext.com>
Tue, 25 Jun 2019 07:33:11 +0000
(16:33 +0900)
committer
Thomas Gleixner
<tglx@linutronix.de>
Tue, 25 Jun 2019 07:52:06 +0000
(09:52 +0200)
All the files added to 'targets' are cleaned. Adding the same file to both
'targets' and 'clean-files' is redundant.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: Borislav Petkov <bp@alien8.de>
Link:
https://lkml.kernel.org/r/20190625073311.18303-1-yamada.masahiro@socionext.com
arch/x86/kernel/cpu/Makefile
patch
|
blob
|
history
diff --git
a/arch/x86/kernel/cpu/Makefile
b/arch/x86/kernel/cpu/Makefile
index 5102bf7c81929068a76edfc614f64be8f8a07287..50abae9a72e57c7d29fcaf39c639afa34f064ce9 100644
(file)
--- a/
arch/x86/kernel/cpu/Makefile
+++ b/
arch/x86/kernel/cpu/Makefile
@@
-54,8
+54,7
@@
quiet_cmd_mkcapflags = MKCAP $@
cpufeature = $(src)/../../include/asm/cpufeatures.h
-targets += capflags.c
$(obj)/capflags.c: $(cpufeature) $(src)/mkcapflags.sh FORCE
$(call if_changed,mkcapflags)
endif
-
clean-file
s += capflags.c
+
target
s += capflags.c