U_BOOT_ARCH_PATCH_DIR should contain a value or should not be defined, empty string...
authorUlf Samuelsson <ulf.samuelsson@atmel.com>
Tue, 20 Jan 2009 08:11:26 +0000 (08:11 -0000)
committerUlf Samuelsson <ulf.samuelsson@atmel.com>
Tue, 20 Jan 2009 08:11:26 +0000 (08:11 -0000)
target/u-boot/Makefile.in

index 1386e03a7d78710e92869f23464addc32f9407e4..77481760f701d396cb3593d8e53bff062c839144 100644 (file)
@@ -88,7 +88,7 @@ $(U_BOOT_DIR)/.patched: $(U_BOOT_DIR)/.unpacked
        toolchain/patch-kernel.sh $(U_BOOT_DIR) target/u-boot/$(U_BOOT_VERSION) \
                u-boot-$(U_BOOT_VERSION)-\*.patch \
                u-boot-$(U_BOOT_VERSION)-\*.patch.$(ARCH)
-ifneq ($(strip $(U_BOOT_ARCH_PATCH_DIR)),"")
+ifneq ($(strip $(U_BOOT_ARCH_PATCH_DIR)),)
        toolchain/patch-kernel.sh $(U_BOOT_DIR) $(U_BOOT_ARCH_PATCH_DIR) \*.patch
 endif
 ifneq ($(strip $(BR2_TARGET_UBOOT_CUSTOM_PATCH)),"")