From 18de573e31aa0cdd044efb6f67d95879b3766f0c Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Fri, 17 Jul 2015 11:16:25 +0200 Subject: Add rootfs configuration for cyclictest --- root/cyclictest/GNUmakefile | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 root/cyclictest/GNUmakefile (limited to 'root/cyclictest/GNUmakefile') diff --git a/root/cyclictest/GNUmakefile b/root/cyclictest/GNUmakefile new file mode 100644 index 0000000..905485d --- /dev/null +++ b/root/cyclictest/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