aboutsummaryrefslogtreecommitdiff
path: root/tests/cyclictest/root/GNUmakefile
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2015-08-17 17:23:52 +0200
committerKarel Kočí <cynerd@email.cz>2015-08-17 17:23:52 +0200
commitcfeae5ec0d9488b2a6e51feb909e4c981008bf16 (patch)
treea9a80fe1482d89114b15677a09d8e14fdcfa3160 /tests/cyclictest/root/GNUmakefile
parent93ec888fc3dbe387cc42d52ef58f239b23b41ff4 (diff)
downloadlinux-conf-perf-cfeae5ec0d9488b2a6e51feb909e4c981008bf16.tar.gz
linux-conf-perf-cfeae5ec0d9488b2a6e51feb909e4c981008bf16.tar.bz2
linux-conf-perf-cfeae5ec0d9488b2a6e51feb909e4c981008bf16.zip
Change location for rootfs of tests
Now every test should have its own folder with rootfs and parse script.
Diffstat (limited to 'tests/cyclictest/root/GNUmakefile')
-rw-r--r--tests/cyclictest/root/GNUmakefile24
1 files changed, 24 insertions, 0 deletions
diff --git a/tests/cyclictest/root/GNUmakefile b/tests/cyclictest/root/GNUmakefile
new file mode 100644
index 0000000..37bd434
--- /dev/null
+++ b/tests/cyclictest/root/GNUmakefile
@@ -0,0 +1,24 @@
+# Automatically generated by /home/wsh/students/kocikare/linux-conf-perf/buildroot/support/scripts/mkmakefile: don't edit
+
+lastword = $(word $(words $(1)),$(1))
+makedir := $(dir $(call lastword,$(MAKEFILE_LIST)))
+
+MAKEARGS := -C $(makedir)/../../../buildroot
+MAKEARGS += O=$(if $(patsubst /%,,$(makedir)),$(CURDIR)/)$(patsubst %/,%,$(makedir))
+
+MAKEFLAGS += --no-print-directory
+
+.PHONY: all $(MAKECMDGOALS)
+
+all := $(filter-out Makefile,$(MAKECMDGOALS))
+
+_all:
+ $(MAKE) $(MAKEARGS) $(all)
+
+Makefile:;
+
+$(all): _all
+ @:
+
+%/: _all
+ @: