aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 88a9c02..902f0c2 100644
--- a/Makefile
+++ b/Makefile
@@ -40,6 +40,10 @@ mlinux:
deflinux:
ARCH=$(CONF_KERNEL_ARCH) $(MAKE) -C linux defconfig
+dot_config: allconfig
+ cd linux && SRCARCH=$(CONF_KERNEL_ARCH) ARCH=$(CONF_KERNEL_ARCH) KERNELVERSION=$(CONF_KERNEL_ARCH) \
+ ../scripts/allconfig/allconfig Kconfig .config ../$(CONF_DOT_CONFIG)
+
init: initialize
initialize: parse_kconfig picosat
scripts/initialize.py