From d31bb09a487284309cda2e45ba8c75fd05467a0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sun, 19 Apr 2015 09:45:50 +0200 Subject: Add write_config to root Makefile --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) 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 -- cgit v1.2.3