summaryrefslogtreecommitdiff
path: root/package/u-boot/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-04-02 14:44:40 -0500
committerWaldemar Brodkorb <wbx@openadk.org>2015-04-02 14:44:40 -0500
commitb43cd6e3bf829c1417ba0f9b97d050bf57ad49fc (patch)
tree8616a6de5ec5939dd0fab6dd19c9362e5155ee00 /package/u-boot/Makefile
parent80fc5d6609da685a76935a3dae136b2ec71096e4 (diff)
HOSTLDFLAGS are required for mkimage
Diffstat (limited to 'package/u-boot/Makefile')
-rw-r--r--package/u-boot/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/package/u-boot/Makefile b/package/u-boot/Makefile
index 8e273ffcb..db93e919b 100644
--- a/package/u-boot/Makefile
+++ b/package/u-boot/Makefile
@@ -5,7 +5,7 @@ include $(ADK_TOPDIR)/rules.mk
PKG_NAME:= u-boot
PKG_VERSION:= 2015.01
-PKG_RELEASE:= 2
+PKG_RELEASE:= 3
PKG_HASH:= 383051a656ebe11757b17d38a3326387e4a1b0949ca8a9e8ee506bf71dac9fde
PKG_DESCR:= portable bootloader
PKG_SECTION:= base/boot
@@ -36,7 +36,8 @@ ifeq ($(ADK_TARGET_SYSTEM_ATMEL_NGW100),y)
CONFIG:= atngw100_defconfig
endif
-HOST_MAKE_FLAGS+= HOSTCFLAGS="$(HOST_CPPFLAGS) $(HOST_CFLAGS)"
+HOST_MAKE_FLAGS+= HOSTCFLAGS="$(HOST_CPPFLAGS) $(HOST_CFLAGS)" \
+ HOSTLDFLAGS="$(HOST_LDFLAGS) -ldl"
HOST_STYLE:= manual
CONFIG_STYLE:= manual
BUILD_STYLE:= manual