summaryrefslogtreecommitdiff
path: root/target/u-boot/Makefile.in
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2008-04-09 07:02:20 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2008-04-09 07:02:20 +0000
commit6d5ecc1e519f319433f9fac9757ede70697f75c3 (patch)
treea45aa3721d4771aa6d4cda290d964fd92d665a8e /target/u-boot/Makefile.in
parent1befc6edd2d36b105e9f7a490146a86523678973 (diff)
u-boot: fix custom patch handling
Diffstat (limited to 'target/u-boot/Makefile.in')
-rw-r--r--target/u-boot/Makefile.in2
1 files changed, 1 insertions, 1 deletions
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 $@