aboutsummaryrefslogtreecommitdiff
path: root/root/cyclictest/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'root/cyclictest/GNUmakefile')
-rw-r--r--root/cyclictest/GNUmakefile24
1 files changed, 0 insertions, 24 deletions
diff --git a/root/cyclictest/GNUmakefile b/root/cyclictest/GNUmakefile
deleted file mode 100644
index 905485d..0000000
--- a/root/cyclictest/GNUmakefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# 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
- @: