aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2019-05-17 16:54:27 +0900
committerHeiko Carstens <heiko.carstens@de.ibm.com>2019-06-04 15:03:38 +0200
commit10077c9f2dae1afabab2808a0326ecf3e8e5a82c (patch)
tree106aeb6853ad53184d5d697d76f2752509945177
parents390: drop redundant directory creation from tools Makefile (diff)
downloadlinux-dev-10077c9f2dae1afabab2808a0326ecf3e8e5a82c.tar.xz
linux-dev-10077c9f2dae1afabab2808a0326ecf3e8e5a82c.zip
s390: drop meaningless 'targets' from tools Makefile
'targets' should be specified to include .*.cmd files to evaluate if_changed or friends. Here, facility-defs.h and dis-defs.h are generated by filechk. Because filechk does not generate .*.cmd file, the 'targets' addition is meaningless. The filechk correctly updates the target when its content is changed. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
-rw-r--r--arch/s390/tools/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/s390/tools/Makefile b/arch/s390/tools/Makefile
index 4864ea5e6ceb..b5e35e8f999a 100644
--- a/arch/s390/tools/Makefile
+++ b/arch/s390/tools/Makefile
@@ -6,7 +6,6 @@
kapi := arch/$(ARCH)/include/generated/asm
kapi-hdrs-y := $(kapi)/facility-defs.h $(kapi)/dis-defs.h
-targets += $(addprefix ../../../,$(kapi-hdrs-y))
PHONY += kapi
kapi: $(kapi-hdrs-y)