aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2015-04-27 22:14:41 +0200
committerKarel Kočí <cynerd@email.cz>2015-04-27 22:14:41 +0200
commit7f3f4ff7944c78f7bc4f5127d0bed64a3ede27b4 (patch)
treebc48e120f764ec8f6dca7768bb47ef76d7202fd1 /Makefile
parent91884a5c2fbf77613a0f1ad1ced7ae8e264d4dfb (diff)
downloadlinux-conf-perf-7f3f4ff7944c78f7bc4f5127d0bed64a3ede27b4.tar.gz
linux-conf-perf-7f3f4ff7944c78f7bc4f5127d0bed64a3ede27b4.tar.bz2
linux-conf-perf-7f3f4ff7944c78f7bc4f5127d0bed64a3ede27b4.zip
Fix missing symbol_map on test launch
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6409b7b..56ecb78 100644
--- a/Makefile
+++ b/Makefile
@@ -41,7 +41,7 @@ mlinux:
deflinux:
ARCH=$(SRCARCH) $(MAKE) -C linux defconfig
-test: $(INITRAM)
+test: $(INITRAM) parse_kconfig
scripts/test.py
run: kconfig_parser write_config $(INITRAM)