]> rtime.felk.cvut.cz Git - linux-conf-perf.git/blob - Makefile
Kconfig_parser renamed to parse_kconfig
[linux-conf-perf.git] / Makefile
1
2 all: kconfig_parser
3
4 parse_kconfig:
5         @$(MAKE) -C scripts/parse_kconfig/
6
7 main_loop: kconfig_parser
8         scripts/main_loop.py
9
10
11 clean:
12         @$(MAKE) -C scripts/parse_kconfig/ clean
13         $(RM) linux/.config
14         $(RM) -r build
15
16 # Linux has separate clean option because it takes more time and because in most of the time it is not required clean
17 clean_linux:
18         @$(MAKE) -C linux clean