mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
d1f7e8f85b
commit
847e070012
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue