Commit 589ab711 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

u-boot: get rid of version specific patch dirs

All those dirs seem a bit excessive for a single patch
parent 7b780f34
Loading
Loading
Loading
Loading

target/u-boot/1.2.0-atmel/.empty

deleted100644 → 0
+0 −0

Empty file deleted.

target/u-boot/1.3.4/.empty

deleted100644 → 0
+0 −0

Empty file deleted.

target/u-boot/2008.10/.empty

deleted100644 → 0
+0 −0

Empty file deleted.

target/u-boot/2009.01/.empty

deleted100644 → 0
+0 −0

Empty file deleted.

+1 −1
Original line number Diff line number Diff line
@@ -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)),)
Loading