diff options
author | Karel Kočí <cynerd@email.cz> | 2015-04-19 09:45:50 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2015-04-19 09:45:50 +0200 |
commit | d31bb09a487284309cda2e45ba8c75fd05467a0b (patch) | |
tree | 037637f5d9ed721cdba15504938ae0e912dd67c7 /Makefile | |
parent | a0779a7b455cc489f3a12e91dc8c9d18e3bc69d8 (diff) | |
download | linux-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-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |