Makefile (f0eef25339f92f7cd4aeea23d9ae97987a5a1e82) Makefile (145c90475f809060c8601828f14543191e06a0bb)
1# ===========================================================================
2# Kernel configuration targets
3# These targets are used from top-level makefile
4
5PHONY += oldconfig xconfig gconfig menuconfig config silentoldconfig update-po-config
6
7xconfig: $(obj)/qconf
8 $< arch/$(ARCH)/Kconfig

--- 126 unchanged lines hidden (view full) ---

135endif
136
137ifeq ($(gconf-target),1)
138gconf-objs := gconf.o kconfig_load.o zconf.tab.o
139endif
140
141clean-files := lkc_defs.h qconf.moc .tmp_qtcheck \
142 .tmp_gtkcheck zconf.tab.c lex.zconf.c zconf.hash.c
1# ===========================================================================
2# Kernel configuration targets
3# These targets are used from top-level makefile
4
5PHONY += oldconfig xconfig gconfig menuconfig config silentoldconfig update-po-config
6
7xconfig: $(obj)/qconf
8 $< arch/$(ARCH)/Kconfig

--- 126 unchanged lines hidden (view full) ---

135endif
136
137ifeq ($(gconf-target),1)
138gconf-objs := gconf.o kconfig_load.o zconf.tab.o
139endif
140
141clean-files := lkc_defs.h qconf.moc .tmp_qtcheck \
142 .tmp_gtkcheck zconf.tab.c lex.zconf.c zconf.hash.c
143clean-files += mconf qconf gconf
143
144# Needed for systems without gettext
145KBUILD_HAVE_NLS := $(shell \
146 if echo "\#include <libintl.h>" | $(HOSTCC) $(HOSTCFLAGS) -E - > /dev/null 2>&1 ; \
147 then echo yes ; \
148 else echo no ; fi)
149ifeq ($(KBUILD_HAVE_NLS),no)
150HOSTCFLAGS += -DKBUILD_NO_NLS

--- 128 unchanged lines hidden ---
144
145# Needed for systems without gettext
146KBUILD_HAVE_NLS := $(shell \
147 if echo "\#include <libintl.h>" | $(HOSTCC) $(HOSTCFLAGS) -E - > /dev/null 2>&1 ; \
148 then echo yes ; \
149 else echo no ; fi)
150ifeq ($(KBUILD_HAVE_NLS),no)
151HOSTCFLAGS += -DKBUILD_NO_NLS

--- 128 unchanged lines hidden ---