diff options
author | Felix Fietkau <nbd@nbd.name> | 2017-03-16 09:01:56 +0100 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2017-04-04 12:34:23 +0200 |
commit | 68139cc0e819b5f654c4f78468049eef035d28f7 (patch) | |
tree | 5fb2a73e6069236821c0182c4d98b6ed590839e5 /package/boot/uboot-lantiq/Makefile | |
parent | d3bc11857af788e185e8a3ece26ce40757cf3965 (diff) | |
download | upstream-68139cc0e819b5f654c4f78468049eef035d28f7.tar.gz upstream-68139cc0e819b5f654c4f78468049eef035d28f7.tar.bz2 upstream-68139cc0e819b5f654c4f78468049eef035d28f7.zip |
u-boot.mk: pass HOSTCC and HOST_CFLAGS into the build
Cuts build time on Mac OS X in half by avoiding repeated $(shell) calls
from the build system
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Diffstat (limited to 'package/boot/uboot-lantiq/Makefile')
-rw-r--r-- | package/boot/uboot-lantiq/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/boot/uboot-lantiq/Makefile b/package/boot/uboot-lantiq/Makefile index b16e7cd2b1..94b604af34 100644 --- a/package/boot/uboot-lantiq/Makefile +++ b/package/boot/uboot-lantiq/Makefile @@ -366,6 +366,8 @@ define Build/Prepare $(call CompressVR9Firmware,22f,2) endef +UBOOT_MAKE_FLAGS := + ifeq ($(SUBTARGET),xway) SOC:=danube else |