[RFC 2/7] kconfig/Makefile: ensure `conf' appears last in `hostprogs-y'

From: Arnaud Lacombe
Date: Fri Jul 01 2011 - 21:49:19 EST


---
scripts/kconfig/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/scripts/kconfig/Makefile b/scripts/kconfig/Makefile
index ce46407..8abde17 100644
--- a/scripts/kconfig/Makefile
+++ b/scripts/kconfig/Makefile
@@ -173,7 +173,7 @@ qconf-cxxobjs := qconf.o
qconf-objs := zconf.tab.o
gconf-objs := gconf.o zconf.tab.o

-hostprogs-y := conf
+hostprogs-y :=

ifeq ($(MAKECMDGOALS),nconfig)
hostprogs-y += nconf
@@ -203,6 +203,8 @@ ifeq ($(gconf-target),1)
hostprogs-y += gconf
endif

+hostprogs-y += conf
+
clean-files := qconf.moc .tmp_qtcheck .tmp_gtkcheck
clean-files += zconf.tab.c lex.zconf.c zconf.hash.c gconf.glade.h
clean-files += mconf qconf gconf nconf
--
1.7.3.4.574.g608b.dirty

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/