diff options
author | Luka Perkov <luka@openwrt.org> | 2012-11-29 01:04:37 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2012-11-29 01:04:37 +0000 |
commit | 769c322cd05200841fef52d65964bd10e0916ea4 (patch) | |
tree | 2e931d31262bcb0114a20665f99d7279d864d747 /package/boot/uboot-kirkwood/Makefile | |
parent | d2d458324b65fefbd328410f1aa286afe1140d7d (diff) | |
download | upstream-769c322cd05200841fef52d65964bd10e0916ea4.tar.gz upstream-769c322cd05200841fef52d65964bd10e0916ea4.tar.bz2 upstream-769c322cd05200841fef52d65964bd10e0916ea4.zip |
uboot-kirkwood: build in $(BUILD_DIR)
SVN-Revision: 34401
Diffstat (limited to 'package/boot/uboot-kirkwood/Makefile')
-rw-r--r-- | package/boot/uboot-kirkwood/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package/boot/uboot-kirkwood/Makefile b/package/boot/uboot-kirkwood/Makefile index 5824a4f71f..dc66450480 100644 --- a/package/boot/uboot-kirkwood/Makefile +++ b/package/boot/uboot-kirkwood/Makefile @@ -6,13 +6,12 @@ # include $(TOPDIR)/rules.mk -include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=u-boot PKG_VERSION:=2012.10 PKG_RELEASE:=1 -PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION) +PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(BUILD_VARIANT)/$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=ftp://ftp.denx.de/pub/u-boot PKG_MD5SUM:=8655f63b1e5c4647295ac9ce44660be3 |