Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1516729
| From | Masahiro Yamada <yamada.masahiro@socionext.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] s390: remove unneeded dependency for gen_facilities |
| Date | 2016-11-08 03:00 +0100 |
| Message-ID | <sB3RE-2NH-13@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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> --- arch/s390/tools/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/s390/tools/Makefile b/arch/s390/tools/Makefile index 6d9814c..4b5e1e4 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) -- 1.9.1
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH] s390: remove unneeded dependency for gen_facilities Masahiro Yamada <yamada.masahiro@socionext.com> - 2016-11-08 03:00 +0100
Re: [PATCH] s390: remove unneeded dependency for gen_facilities Heiko Carstens <heiko.carstens@de.ibm.com> - 2016-11-08 08:50 +0100
Re: [PATCH] s390: remove unneeded dependency for gen_facilities Martin Schwidefsky <schwidefsky@de.ibm.com> - 2016-11-08 10:00 +0100
csiph-web