]> rtime.felk.cvut.cz Git - can-benchmark.git/blobdiff - continuous/gw-setup/buildroot/GNUmakefile
Add config for rootfs for continuous gw tests
[can-benchmark.git] / continuous / gw-setup / buildroot / GNUmakefile
diff --git a/continuous/gw-setup/buildroot/GNUmakefile b/continuous/gw-setup/buildroot/GNUmakefile
new file mode 100644 (file)
index 0000000..e3e4a36
--- /dev/null
@@ -0,0 +1,24 @@
+# Automatically generated by /home/wsh/src/buildroot/support/scripts/mkmakefile: don't edit
+
+lastword = $(word $(words $(1)),$(1))
+makedir := $(dir $(call lastword,$(MAKEFILE_LIST)))
+
+MAKEARGS := -C ../../../rootfs/buildroot
+MAKEARGS += O=$(if $(patsubst /%,,$(makedir)),$(CURDIR)/)$(patsubst %/,%,$(makedir))
+
+MAKEFLAGS += --no-print-directory
+
+.PHONY: all $(MAKECMDGOALS)
+
+all    := $(filter-out all Makefile,$(MAKECMDGOALS))
+
+all:
+       $(MAKE) $(MAKEARGS) $(all)
+
+Makefile:;
+
+$(all): all
+       @:
+
+%/: all
+       @: