]> rtime.felk.cvut.cz Git - can-eth-gw.git/blob - rootfs/GNUmakefile
Add buildroot a linux config for easier testing
[can-eth-gw.git] / rootfs / GNUmakefile
1 # Automatically generated by /home/wsh/projects/volkswagen/can-eth-gw/rootfs/buildroot/support/scripts/mkmakefile: don't edit
2
3 lastword = $(word $(words $(1)),$(1))
4 makedir := $(dir $(call lastword,$(MAKEFILE_LIST)))
5
6 MAKEARGS := -C $(CURDIR)/buildroot
7 MAKEARGS += O=$(if $(patsubst /%,,$(makedir)),$(CURDIR)/)$(patsubst %/,%,$(makedir))
8
9 MAKEFLAGS += --no-print-directory
10
11 .PHONY: all $(MAKECMDGOALS)
12
13 all     := $(filter-out Makefile,$(MAKECMDGOALS))
14
15 _all:
16         $(MAKE) $(MAKEARGS) $(all)
17
18 Makefile:;
19
20 $(all): _all
21         @:
22
23 %/: _all
24         @: