From 645b1ec3e2857769d7e4adb3bc4c2261af795115 Mon Sep 17 00:00:00 2001 From: "Sergio E. Nemirowski" Date: Thu, 2 Apr 2020 02:21:37 +0300 Subject: build: add 'make kernel_xconfig' command This adds the kernel_xconfig make target. Signed-off-by: Sergio E. Nemirowski --- target/linux/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/linux/Makefile') 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) $@ -- cgit v1.2.3