From 6d5ecc1e519f319433f9fac9757ede70697f75c3 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Wed, 9 Apr 2008 07:02:20 +0000 Subject: u-boot: fix custom patch handling --- 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 d83933a01..3198a36a0 100644 --- a/target/u-boot/Makefile.in +++ b/target/u-boot/Makefile.in @@ -40,7 +40,7 @@ $(U_BOOT_DIR)/.patched: $(U_BOOT_DIR)/.unpacked ifneq ($(strip $(BR2_TARGET_UBOOT_CUSTOM_PATCH)),"") @mkdir -p $(U_BOOT_PATCH_DIR) cp -dpr $(BR2_TARGET_UBOOT_CUSTOM_PATCH) $(U_BOOT_PATCH_DIR) - toolchain/patch-kernel.sh $(U_BOOT_DIR) $(U_BOOT_PATCH_DIR) *.patch + toolchain/patch-kernel.sh $(U_BOOT_DIR) $(U_BOOT_PATCH_DIR) \*.patch endif touch $@ -- cgit v1.2.3