From 68139cc0e819b5f654c4f78468049eef035d28f7 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 16 Mar 2017 09:01:56 +0100 Subject: 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 --- package/boot/uboot-lantiq/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'package/boot/uboot-lantiq/Makefile') 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 -- cgit v1.2.3