aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2015-05-07 13:33:40 +0200
committerKarel Kočí <cynerd@email.cz>2015-05-07 13:33:40 +0200
commit0a0e8e13d3e2263fe36e6ce6107d8637629ca108 (patch)
tree088aa4f4d1ee22563a0124fc563ab393069008d8 /Makefile
parent62d21b8b34727434cc6340caf47fe7e34636d507 (diff)
downloadlinux-conf-perf-0a0e8e13d3e2263fe36e6ce6107d8637629ca108.tar.gz
linux-conf-perf-0a0e8e13d3e2263fe36e6ce6107d8637629ca108.tar.bz2
linux-conf-perf-0a0e8e13d3e2263fe36e6ce6107d8637629ca108.zip
Add permute to root Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5f44e10..0a7e260 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
-.PHONY: all help parse_kconfig write_config build run test clean clean_linux clean_buildroot mlinux mbuildroot deflinux distclean_linux distclean_buildroot distclean picosat init initialize
+.PHONY: all help parse_kconfig write_config build run test clean clean_linux clean_buildroot mlinux mbuildroot deflinux distclean_linux distclean_buildroot distclean picosat init initialize permute
-include .conf.mk
-all: parse_kconfig write_config picosat
+all: parse_kconfig write_config permute picosat
help:
@echo "all - Builds basic programs and prints message about next steps."
@@ -87,6 +87,9 @@ parse_kconfig:
write_config:
@$(MAKE) -C scripts/write_config/
+permute:
+ @$(MAKE) -C scripts/permute/
+
$(BUILDROOT_INITRAM): scripts/buildroot/.config scripts/buildroot/system/skeleton/usr/bin/linux-conf-perf
@$(MAKE) -C scripts/buildroot