Skip to content

Commit

Permalink
kconfig: change qconf to modify hostprogs-y like nconf and mconf
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Foley <pefoley2@verizon.net>
Signed-off-by: Michal Marek <mmarek@suse.cz>
  • Loading branch information
Peter Foley authored and Michal Marek committed Apr 29, 2011
1 parent 1f59471 commit f194304
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions scripts/kconfig/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,10 @@ conf-objs := conf.o zconf.tab.o
mconf-objs := mconf.o zconf.tab.o $(lxdialog)
nconf-objs := nconf.o zconf.tab.o nconf.gui.o
kxgettext-objs := kxgettext.o zconf.tab.o
qconf-cxxobjs := qconf.o
qconf-objs := kconfig_load.o zconf.tab.o

hostprogs-y := conf qconf gconf
hostprogs-y := conf gconf

ifeq ($(MAKECMDGOALS),nconfig)
hostprogs-y += nconf
Expand All @@ -192,8 +194,7 @@ endif


ifeq ($(qconf-target),1)
qconf-cxxobjs := qconf.o
qconf-objs := kconfig_load.o zconf.tab.o
hostprogs-y += qconf
endif

ifeq ($(gconf-target),1)
Expand Down

0 comments on commit f194304

Please sign in to comment.