From 8a97f125abaaafe3f88056d06d29990032dd3301 Mon Sep 17 00:00:00 2001 From: Ulf Samuelsson Date: Tue, 20 Jan 2009 08:11:26 +0000 Subject: U_BOOT_ARCH_PATCH_DIR should contain a value or should not be defined, empty string is not allowed --- target/u-boot/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target') diff --git a/target/u-boot/Makefile.in b/target/u-boot/Makefile.in index 1386e03a7..77481760f 100644 --- a/target/u-boot/Makefile.in +++ b/target/u-boot/Makefile.in @@ -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)),"") -- cgit v1.2.3