]> rtime.felk.cvut.cz Git - jailhouse-test.git/blob - build/buildroot/GNUmakefile
Add out of source build of buildroot
[jailhouse-test.git] / build / buildroot / GNUmakefile
1 # Automatically generated by /home/wsh/students/barysmax/jailhouse-test/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 ../../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         umask 0022 && $(MAKE) $(MAKEARGS) $(all)
17
18 Makefile:;
19
20 $(all): _all
21         @:
22
23 %/: _all
24         @: