X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=package%2Fboot%2Fuboot-zynq%2FMakefile;h=a6e4f0a715a8a4b275a478a18ac1fa89323a41cb;hp=412415bfc6283f45ef3e3c33abd49e25b51c4b3e;hb=e7dc511e640b00f4ec381248c317cb6370bd798e;hpb=d140648622639c4508f715dbd2d72088bdb49c81 diff --git a/package/boot/uboot-zynq/Makefile b/package/boot/uboot-zynq/Makefile index 412415bfc6..a6e4f0a715 100644 --- a/package/boot/uboot-zynq/Makefile +++ b/package/boot/uboot-zynq/Makefile @@ -6,6 +6,7 @@ # include $(TOPDIR)/rules.mk +include $(INCLUDE_DIR)/image.mk PKG_NAME:=u-boot PKG_VERSION:=2016.03 @@ -81,7 +82,7 @@ endef define Build/Compile +$(MAKE) $(PKG_JOBS) -C $(PKG_BUILD_DIR) \ - CROSS_COMPILE=$(TARGET_CROSS) + CROSS_COMPILE=$(TARGET_CROSS) DTC=$(LINUX_DIR)/scripts/dtc/dtc endef define Package/uboot/install/default