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 /target/linux | |
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 'target/linux')
-rw-r--r-- | target/linux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/Makefile b/target/linux/Makefile index f7bbdffbf8..3a70b80bb3 100644 --- a/target/linux/Makefile +++ b/target/linux/Makefile @@ -9,5 +9,5 @@ include $(INCLUDE_DIR)/target.mk export TARGET_BUILD=1 -prereq clean download prepare compile install menuconfig nconfig oldconfig update refresh: FORCE +prereq clean download prepare compile install oldconfig menuconfig nconfig xconfig update refresh: FORCE @+$(NO_TRACE_MAKE) -C $(BOARD) $@ |