From: Thomas Petazzoni Date: Sun, 27 Oct 2019 20:31:44 +0000 (+0100) Subject: boot/uboot: add missing spaces around variable assignment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9fd8d0ef6722302d7d43cba0fa3914188355f252;p=buildroot.git boot/uboot: add missing spaces around variable assignment Signed-off-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- diff --git a/boot/uboot/uboot.mk b/boot/uboot/uboot.mk index 3bdedd74b1..5e0f614024 100644 --- a/boot/uboot/uboot.mk +++ b/boot/uboot/uboot.mk @@ -272,7 +272,7 @@ define UBOOT_BUILD_OMAP_IFT endef ifneq ($(BR2_TARGET_UBOOT_ENVIMAGE),) -UBOOT_GENERATE_ENV_FILE=$(call qstrip,$(BR2_TARGET_UBOOT_ENVIMAGE_SOURCE)) +UBOOT_GENERATE_ENV_FILE = $(call qstrip,$(BR2_TARGET_UBOOT_ENVIMAGE_SOURCE)) define UBOOT_GENERATE_ENV_IMAGE $(if $(UBOOT_GENERATE_ENV_FILE), \ cat $(UBOOT_GENERATE_ENV_FILE), \