From: Greg Ungerer Date: Tue, 23 Oct 2007 04:37:54 +0000 (+1000) Subject: m68knommu: fix make archclean X-Git-Tag: v2.6.24-rc1~38 X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=c48f484b9b7c8444247706b3ad9050245b8062f9;p=linux-2.6-omap-h63xx.git m68knommu: fix make archclean Remove build reference to arch/m68knommu/boot directory, it doesn't exist. Signed-off-by: Greg Ungerer Signed-off-by: Linus Torvalds --- diff --git a/arch/m68knommu/Makefile b/arch/m68knommu/Makefile index 1235f8061d5..30aa2553693 100644 --- a/arch/m68knommu/Makefile +++ b/arch/m68knommu/Makefile @@ -118,4 +118,4 @@ core-y += arch/m68knommu/kernel/ \ libs-y += arch/m68knommu/lib/ archclean: - $(Q)$(MAKE) $(clean)=arch/m68knommu/boot +