aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2015-04-19 09:45:50 +0200
committerKarel Kočí <cynerd@email.cz>2015-04-19 09:45:50 +0200
commitd31bb09a487284309cda2e45ba8c75fd05467a0b (patch)
tree037637f5d9ed721cdba15504938ae0e912dd67c7 /Makefile
parenta0779a7b455cc489f3a12e91dc8c9d18e3bc69d8 (diff)
downloadlinux-conf-perf-d31bb09a487284309cda2e45ba8c75fd05467a0b.tar.gz
linux-conf-perf-d31bb09a487284309cda2e45ba8c75fd05467a0b.tar.bz2
linux-conf-perf-d31bb09a487284309cda2e45ba8c75fd05467a0b.zip
Add write_config to root Makefile
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