X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/17608c4a205d4103e9adae1e0bcf692c59a476ad..c9ff617005ae099eda88ce1ae0f9672165f603c5:/rootfs/build/GNUmakefile diff --git a/rootfs/build/GNUmakefile b/rootfs/build/GNUmakefile new file mode 100644 index 0000000..2cc14f5 --- /dev/null +++ b/rootfs/build/GNUmakefile @@ -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 + @: