Add kernel config command
This commit is contained in:
@@ -9,7 +9,10 @@ KERNEL_BUILD_DIR=$(BUILD_DIR)/linux/kernel
|
||||
|
||||
all: $(KERNEL_PATH)
|
||||
|
||||
|
||||
$(KERNEL_PATH):
|
||||
@mkdir -p $(KERNEL_BUILD_DIR)
|
||||
$(MAKE) -C $(MAKEFILE_DIR)/kernel O=$(KERNEL_BUILD_DIR) KCONFIG_CONFIG="$(MAKEFILE_DIR)/.config"
|
||||
|
||||
kernel-config:
|
||||
$(MAKE) -C $(MAKEFILE_DIR)/kernel O=$(KERNEL_BUILD_DIR) KCONFIG_CONFIG="$(MAKEFILE_DIR)/.config" menuconfig
|
||||
|
||||
|
||||
Reference in New Issue
Block a user