Makefile (818b930bc15077fc00ff16bb22c5df1857f05afa) Makefile (c2838e6ee2d2eae893646f9a271039ae434ed760)
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 localmodconfig localyesconfig
7
8ifdef KBUILD_KCONFIG
9Kconfig := $(KBUILD_KCONFIG)
10else
11Kconfig := Kconfig
12endif
13
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 localmodconfig localyesconfig
7
8ifdef KBUILD_KCONFIG
9Kconfig := $(KBUILD_KCONFIG)
10else
11Kconfig := Kconfig
12endif
13
14# We need this, in case the user has it in its environment
15unexport CONFIG_
16
14xconfig: $(obj)/qconf
15 $< $(Kconfig)
16
17gconfig: $(obj)/gconf
18 $< $(Kconfig)
19
20menuconfig: $(obj)/mconf
21 $< $(Kconfig)

--- 296 unchanged lines hidden ---
17xconfig: $(obj)/qconf
18 $< $(Kconfig)
19
20gconfig: $(obj)/gconf
21 $< $(Kconfig)
22
23menuconfig: $(obj)/mconf
24 $< $(Kconfig)

--- 296 unchanged lines hidden ---