From 589ab711a6a89bf0352aabc7a33673e5658803d9 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Mon, 23 Mar 2009 13:30:30 +0000 Subject: u-boot: get rid of version specific patch dirs All those dirs seem a bit excessive for a single patch --- target/u-boot/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/u-boot/Makefile.in') diff --git a/target/u-boot/Makefile.in b/target/u-boot/Makefile.in index be889a076..cd184045d 100644 --- a/target/u-boot/Makefile.in +++ b/target/u-boot/Makefile.in @@ -81,7 +81,7 @@ $(U_BOOT_DIR)/.unpacked: $(DL_DIR)/$(U_BOOT_SOURCE) touch $@ $(U_BOOT_DIR)/.patched: $(U_BOOT_DIR)/.unpacked - toolchain/patch-kernel.sh $(U_BOOT_DIR) target/u-boot/$(U_BOOT_VERSION) \ + toolchain/patch-kernel.sh $(U_BOOT_DIR) target/u-boot \ u-boot-$(U_BOOT_VERSION)-\*.patch \ u-boot-$(U_BOOT_VERSION)-\*.patch.$(ARCH) ifneq ($(strip $(U_BOOT_ARCH_PATCH_DIR)),) -- cgit v1.2.3