From b9f491aba4e35b0f725a0cfb230693e3e49d101c Mon Sep 17 00:00:00 2001 From: Jurij Smakov Date: Sun, 26 Jun 2005 21:20:23 +0000 Subject: [PATCH] Corrected the bit, applying the arch-specific patches. svn path=/branches/linux-kernel-2.6.12/; revision=3404 --- debian/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/Makefile b/debian/Makefile index b30e9f70a..bb0f9ddab 100644 --- a/debian/Makefile +++ b/debian/Makefile @@ -178,8 +178,10 @@ config.%: cat $(basedir)/$@ >> $@ srcfiles := $(filter-out ../debian ../linux-source-$(version), $(shell echo ../*)) -patches := $(wildcard patches-debian/$(subarch).*) -patches += $(wildcarc patches-debian/$(karch).*) +patches := $(wildcard patches-arch/$(subarch).*) +patches += $(wildcard patches-arch/$(subarch)_*) +patches += $(wildcard patches-arch/$(karch).*) +patches += $(wildcard patches-arch/$(karch)_*) patches := $(strip $(patches)) $(kdir): post-install-$(subarch) $(controls) mkdir -p $(tkdir)