u-boot.mk: add UBOOT_MAKE_FLAGS variable similar to MAKE_FLAGS
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
		| @@ -76,7 +76,8 @@ DTC=$(wildcard $(LINUX_DIR)/scripts/dtc/dtc) | |||||||
| define Build/Compile/U-Boot | define Build/Compile/U-Boot | ||||||
| 	+$(MAKE) $(PKG_JOBS) -C $(PKG_BUILD_DIR) \ | 	+$(MAKE) $(PKG_JOBS) -C $(PKG_BUILD_DIR) \ | ||||||
| 		CROSS_COMPILE=$(TARGET_CROSS) \ | 		CROSS_COMPILE=$(TARGET_CROSS) \ | ||||||
| 		$(if $(DTC),DTC="$(DTC)") | 		$(if $(DTC),DTC="$(DTC)") \ | ||||||
|  | 		$(UBOOT_MAKE_FLAGS) | ||||||
| endef | endef | ||||||
|  |  | ||||||
| define BuildPackage/U-Boot/Defaults | define BuildPackage/U-Boot/Defaults | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Felix Fietkau
					Felix Fietkau