]> rtime.felk.cvut.cz Git - can-benchmark.git/blobdiff - rootfs/build/GNUmakefile
Add buildroot configuration for building the root filesystem
[can-benchmark.git] / rootfs / build / GNUmakefile
diff --git a/rootfs/build/GNUmakefile b/rootfs/build/GNUmakefile
new file mode 100644 (file)
index 0000000..2cc14f5
--- /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 ../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
+       @: