diff options
author | Sergio E. Nemirowski <sergio@outerface.net> | 2020-04-02 02:21:37 +0300 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2020-07-08 16:07:05 +0200 |
commit | 645b1ec3e2857769d7e4adb3bc4c2261af795115 (patch) | |
tree | 29ac8cd8dae19f13f393021d68a966cc90d8d833 /include/kernel-build.mk | |
parent | f103321349182d5fef5a1b846f017db32005da87 (diff) | |
download | upstream-645b1ec3e2857769d7e4adb3bc4c2261af795115.tar.gz upstream-645b1ec3e2857769d7e4adb3bc4c2261af795115.tar.bz2 upstream-645b1ec3e2857769d7e4adb3bc4c2261af795115.zip |
build: add 'make kernel_xconfig' command
This adds the kernel_xconfig make target.
Signed-off-by: Sergio E. Nemirowski <sergio@outerface.net>
Diffstat (limited to 'include/kernel-build.mk')
-rw-r--r-- | include/kernel-build.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/kernel-build.mk b/include/kernel-build.mk index 32c91a5b83..9dfb19ccc7 100644 --- a/include/kernel-build.mk +++ b/include/kernel-build.mk @@ -157,7 +157,7 @@ define BuildKernel compile: $(LINUX_DIR)/.modules $(MAKE) -C image compile TARGET_BUILD= - oldconfig menuconfig nconfig: $(STAMP_PREPARED) $(STAMP_CHECKED) FORCE + oldconfig menuconfig nconfig xconfig: $(STAMP_PREPARED) $(STAMP_CHECKED) FORCE rm -f $(LINUX_DIR)/.config.prev rm -f $(STAMP_CONFIGURED) $(LINUX_RECONF_CMD) > $(LINUX_DIR)/.config |