From cfeae5ec0d9488b2a6e51feb909e4c981008bf16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 17 Aug 2015 17:23:52 +0200 Subject: Change location for rootfs of tests Now every test should have its own folder with rootfs and parse script. --- tests/cyclictest/root/GNUmakefile | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 tests/cyclictest/root/GNUmakefile (limited to 'tests/cyclictest/root/GNUmakefile') 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 + @: -- cgit v1.2.3