Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 38150
b: refs/heads/master
c: c29121b
h: refs/heads/master
v: v3
  • Loading branch information
Sam Ravnborg committed Sep 30, 2006
1 parent 8e3c8f8 commit e773f93
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 903947d286c93d3545ef6491bf66a0b797010c8d
refs/heads/master: c29121b787f533d135ae47b5f3044adb66cbebef
7 changes: 6 additions & 1 deletion trunk/scripts/kconfig/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,16 @@ always := dochecklxdialog
lxdialog := lxdialog/checklist.o lxdialog/util.o lxdialog/inputbox.o
lxdialog += lxdialog/textbox.o lxdialog/yesno.o lxdialog/menubox.o

hostprogs-y := conf mconf qconf gconf kxgettext
conf-objs := conf.o zconf.tab.o
mconf-objs := mconf.o zconf.tab.o $(lxdialog)
kxgettext-objs := kxgettext.o zconf.tab.o

hostprogs-y := conf qconf gconf kxgettext

ifeq ($(MAKECMDGOALS),menuconfig)
hostprogs-y += mconf
endif

ifeq ($(MAKECMDGOALS),xconfig)
qconf-target := 1
endif
Expand Down

0 comments on commit e773f93

Please sign in to comment.