2 # Copyright (C) 2006-2010 OpenWrt.org
4 # This is free software, licensed under the GNU General Public License v2.
5 # See /LICENSE for more information.
7 include $(TOPDIR
)/rules.mk
12 PKG_SOURCE
:=u-boot-
$(PKG_VERSION
).
tar.bz2
13 PKG_SOURCE_URL
:=ftp
://ftp.denx.de
/pub
/u-boot
14 PKG_MD5SUM
:=d94700614225f53c853dfe714eb5fa47
17 HOST_BUILD_DIR
:=$(BUILD_DIR_HOST
)/u-boot-
$(PKG_VERSION
)
19 include $(INCLUDE_DIR
)/host-build.mk
22 touch
$(HOST_BUILD_DIR
)/include/config.
{h
,mk
} $(HOST_BUILD_DIR
)/include/autoconf.mk
{.dep
,}
23 $(MAKE
) -C
$(HOST_BUILD_DIR
) SUBDIRS
=tools BIN_FILES-y
="mkimage" tools
27 $(CP
) $(HOST_BUILD_DIR
)/tools
/mkimage
$(STAGING_DIR_HOST
)/bin
/
31 rm -f
$(STAGING_DIR_HOST
)/bin
/mkimage
34 $(eval
$(call HostBuild
))