diff options
author | Michal Sojka <sojkam1@fel.cvut.cz> | 2015-07-17 11:16:25 +0200 |
---|---|---|
committer | Michal Sojka <sojkam1@fel.cvut.cz> | 2015-07-17 11:16:25 +0200 |
commit | 18de573e31aa0cdd044efb6f67d95879b3766f0c (patch) | |
tree | fa9eebe32cb4d4c389f6e78d6dc362c2b7f6dbc3 /root/cyclictest/GNUmakefile | |
parent | e4951122061ae2dc0497285d0eb4604abb789d4a (diff) | |
download | linux-conf-perf-18de573e31aa0cdd044efb6f67d95879b3766f0c.tar.gz linux-conf-perf-18de573e31aa0cdd044efb6f67d95879b3766f0c.tar.bz2 linux-conf-perf-18de573e31aa0cdd044efb6f67d95879b3766f0c.zip |
Add rootfs configuration for cyclictest
Diffstat (limited to 'root/cyclictest/GNUmakefile')
-rw-r--r-- | root/cyclictest/GNUmakefile | 24 |
1 files changed, 24 insertions, 0 deletions
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 + @: |