Browse Source

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>
Masahiro Yamada 8 years ago
parent
commit
847e070012
1 changed files with 0 additions and 2 deletions
  1. 0 2
      arch/s390/tools/Makefile

+ 0 - 2
arch/s390/tools/Makefile

@@ -9,7 +9,5 @@ define filechk_facilities.h
 	$(obj)/gen_facilities
 	$(obj)/gen_facilities
 endef
 endef
 
 
-$(obj)/gen_facilities.o: $(srctree)/arch/s390/tools/gen_facilities.c
-
 include/generated/facilities.h: $(obj)/gen_facilities FORCE
 include/generated/facilities.h: $(obj)/gen_facilities FORCE
 	$(call filechk,facilities.h)
 	$(call filechk,facilities.h)