aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 16f272f..00d5b7c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,15 +1,15 @@
all: kconfig_parser
-kconfig_parser:
- @$(MAKE) -C scripts/kconfig_parser/
+parse_kconfig:
+ @$(MAKE) -C scripts/parse_kconfig/
main_loop: kconfig_parser
scripts/main_loop.py
clean:
- @$(MAKE) -C scripts/kconfig_parser/ clean
+ @$(MAKE) -C scripts/parse_kconfig/ clean
$(RM) linux/.config
$(RM) -r build