diff options
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/kconfig/Makefile | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/scripts/kconfig/Makefile b/scripts/kconfig/Makefile index 8d8791069abf..f7bdcc9a6433 100644 --- a/scripts/kconfig/Makefile +++ b/scripts/kconfig/Makefile | |||
| @@ -3,7 +3,8 @@ | |||
| 3 | # Kernel configuration targets | 3 | # Kernel configuration targets |
| 4 | # These targets are used from top-level makefile | 4 | # These targets are used from top-level makefile |
| 5 | 5 | ||
| 6 | PHONY += xconfig gconfig menuconfig config localmodconfig localyesconfig | 6 | PHONY += xconfig gconfig menuconfig config localmodconfig localyesconfig \ |
| 7 | build_menuconfig build_nconfig build_gconfig build_xconfig | ||
| 7 | 8 | ||
| 8 | ifdef KBUILD_KCONFIG | 9 | ifdef KBUILD_KCONFIG |
| 9 | Kconfig := $(KBUILD_KCONFIG) | 10 | Kconfig := $(KBUILD_KCONFIG) |
| @@ -33,6 +34,14 @@ config: $(obj)/conf | |||
| 33 | nconfig: $(obj)/nconf | 34 | nconfig: $(obj)/nconf |
| 34 | $< $(silent) $(Kconfig) | 35 | $< $(silent) $(Kconfig) |
| 35 | 36 | ||
| 37 | build_menuconfig: $(obj)/mconf | ||
| 38 | |||
| 39 | build_nconfig: $(obj)/nconf | ||
| 40 | |||
| 41 | build_gconfig: $(obj)/gconf | ||
| 42 | |||
| 43 | build_xconfig: $(obj)/qconf | ||
| 44 | |||
| 36 | localyesconfig localmodconfig: $(obj)/conf | 45 | localyesconfig localmodconfig: $(obj)/conf |
| 37 | $(Q)perl $(srctree)/$(src)/streamline_config.pl --$@ $(srctree) $(Kconfig) > .tmp.config | 46 | $(Q)perl $(srctree)/$(src)/streamline_config.pl --$@ $(srctree) $(Kconfig) > .tmp.config |
| 38 | $(Q)if [ -f .config ]; then \ | 47 | $(Q)if [ -f .config ]; then \ |
