From 3fe5c42fab0bd6dffa2fdf6b7f95a538c7ecf657 Mon Sep 17 00:00:00 2001 From: Kenneth Johansson Date: Wed, 19 Sep 2018 14:31:21 +0200 Subject: [PATCH] u-boot: fix dependencies --- uboot/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uboot/Makefile b/uboot/Makefile index bb4f44a68..1c6769367 100644 --- a/uboot/Makefile +++ b/uboot/Makefile @@ -65,7 +65,7 @@ define Package/uboot/template define Package/uboot-$(1) SECTION:=boot CATEGORY:=Boot Loaders - DEPENDS:=+@TARGET_iopsys_ramips +@TARGET_iopsys_grx + DEPENDS:=@TARGET_iopsys_ramips @TARGET_iopsys_grx TITLE:=$(2) URL:=http://www.denx.de/wiki/U-Boot VARIANT:=$(1) @@ -95,7 +95,7 @@ define Build/Configure endef define Build/Compile - +$(MAKE) $(PKG_JOrun update_ubootBS) -C $(PKG_BUILD_DIR) \ + +$(MAKE) $(PKG_JOBS) -C $(PKG_BUILD_DIR) \ CROSS_COMPILE=$(TARGET_CROSS) +$(MAKE) $(PKG_JOBS) -C $(PKG_BUILD_DIR) \ CROSS_COMPILE=$(TARGET_CROSS) env