summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorUlf Samuelsson2007-08-28 23:07:32 +0200
committerUlf Samuelsson2007-08-28 23:07:32 +0200
commitc9265a8c6ca1e94efba4c584dd45e39e196751f7 (patch)
treea7372ee0301dc6357cde89261a66fdbad3903c5f /target
parentRemove renamed mpg123 patch (diff)
downloadbuildroot-c9265a8c6ca1e94efba4c584dd45e39e196751f7.tar.gz
buildroot-c9265a8c6ca1e94efba4c584dd45e39e196751f7.tar.xz
buildroot-c9265a8c6ca1e94efba4c584dd45e39e196751f7.zip
Fix bad regexp in u-boot.mk
Diffstat (limited to 'target')
-rw-r--r--target/device/Atmel/u-boot/u-boot.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/device/Atmel/u-boot/u-boot.mk b/target/device/Atmel/u-boot/u-boot.mk
index 451490a51..ad47f750f 100644
--- a/target/device/Atmel/u-boot/u-boot.mk
+++ b/target/device/Atmel/u-boot/u-boot.mk
@@ -59,7 +59,7 @@ $(UBOOT_PATCHES)/.unpacked: $(DL_DIR)/$(UBOOT_PATCH_SOURCE)
touch $@
$(UBOOT_DIR)/.patched.$(UBOOT_PATCH_SOURCE): $(UBOOT_DIR)/.unpacked $(UBOOT_PATCHES)/.unpacked
- toolchain/patch-kernel.sh $(UBOOT_DIR) $(UBOOT_PATCHES) *.patch
+ toolchain/patch-kernel.sh $(UBOOT_DIR) $(UBOOT_PATCHES) \*.patch
touch $(UBOOT_DIR)/.patched.$(UBOOT_PATCH_SOURCE)
# cp $(UBOOT_CONFIG_FILE) $(UBOOT_DIR)/include/configs/.
# cp $(UBOOT_PATCHES)/cmd_defenv.c $(UBOOT_DIR)/common/.