summaryrefslogtreecommitdiff
path: root/arch/s390/tools
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2016-11-08 10:55:47 +0900
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2016-11-08 10:30:28 +0100
commit847e0700121bdd7109f21a74992f0bdc3712b872 (patch)
tree400a25da3754dd368ce9f0a7c47d1fe7bd692e73 /arch/s390/tools
parentd1f7e8f85b5125f3785db473938f94f5f0d02c51 (diff)
s390: remove unneeded dependency for gen_facilities
The dependency between the object and the source is handled by scripts/Makefile.host, so only "hostprogs-y += gen_facilities" is fine. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com> Acked-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/tools')
-rw-r--r--arch/s390/tools/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/s390/tools/Makefile b/arch/s390/tools/Makefile
index 6d9814c9df2b..4b5e1e499527 100644
--- a/arch/s390/tools/Makefile
+++ b/arch/s390/tools/Makefile
@@ -9,7 +9,5 @@ define filechk_facilities.h
$(obj)/gen_facilities
endef
-$(obj)/gen_facilities.o: $(srctree)/arch/s390/tools/gen_facilities.c
-
include/generated/facilities.h: $(obj)/gen_facilities FORCE
$(call filechk,facilities.h)