From 2b42aae78421127a37b7a5e9ae972276dc5c3779 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Sat, 5 Jun 2010 21:09:05 +0200 Subject: Makefile: support gconfig (GTK-based configurator) similar to xconfig Support the GTK variant of the graphical kconfig configurator as an alternative to the Qt3-based one. Signed-off-by: Peter Korsgaard --- package/config/Makefile.kconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'package/config/Makefile.kconfig') diff --git a/package/config/Makefile.kconfig b/package/config/Makefile.kconfig index 6d89e597e..835d0f190 100644 --- a/package/config/Makefile.kconfig +++ b/package/config/Makefile.kconfig @@ -138,7 +138,9 @@ endif ifeq ($(MAKECMDGOALS),gconfig) gconf-target := 1 endif - +ifeq ($(findstring gconf,$(MAKECMDGOALS)),gconf) + gconf-target := 1 +endif ifeq ($(qconf-target),1) qconf-cxxobjs := qconf.o -- cgit v1.2.3