Initial commit: vanilla raspberry pi buildroot
This commit is contained in:
commit
fb00307400
10 changed files with 3877 additions and 0 deletions
31
output/Makefile
Normal file
31
output/Makefile
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
# Automatically generated by /home/laurens/projects/buildroot_playground/buildroot/support/scripts/mkmakefile: don't edit
|
||||
|
||||
ifeq ("$(origin V)", "command line")
|
||||
VERBOSE := $(V)
|
||||
endif
|
||||
ifneq ($(VERBOSE),1)
|
||||
Q := @
|
||||
endif
|
||||
|
||||
lastword = $(word $(words $(1)),$(1))
|
||||
makedir := $(dir $(call lastword,$(MAKEFILE_LIST)))
|
||||
|
||||
MAKEARGS := -C /home/laurens/projects/buildroot_playground/buildroot
|
||||
MAKEARGS += O=$(if $(patsubst /%,,$(makedir)),$(CURDIR)/)$(patsubst %/,%,$(makedir))
|
||||
|
||||
MAKEFLAGS += --no-print-directory
|
||||
|
||||
.PHONY: _all $(MAKECMDGOALS)
|
||||
|
||||
all := $(filter-out Makefile,$(MAKECMDGOALS))
|
||||
|
||||
_all:
|
||||
$(Q)umask 0022 && $(MAKE) $(MAKEARGS) $(all)
|
||||
|
||||
Makefile:;
|
||||
|
||||
$(all): _all
|
||||
@:
|
||||
|
||||
%/: _all
|
||||
@:
|
||||
Loading…
Add table
Add a link
Reference in a new issue