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 00d5b7c..e0a640f 100644
--- a/Makefile
+++ b/Makefile
@@ -4,12 +4,16 @@ all: kconfig_parser
parse_kconfig:
@$(MAKE) -C scripts/parse_kconfig/
+write_config:
+ @$(MAKE) -C scripts/write_config/
+
main_loop: kconfig_parser
scripts/main_loop.py
clean:
@$(MAKE) -C scripts/parse_kconfig/ clean
+ @$(MAKE) -C scripts/write_config/ clean
$(RM) linux/.config
$(RM) -r build