Browse Source

m68knommu: fix make archclean

Remove build reference to arch/m68knommu/boot directory, it doesn't
exist.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Greg Ungerer 17 years ago
parent
commit
c48f484b9b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/m68knommu/Makefile

+ 1 - 1
arch/m68knommu/Makefile

@@ -118,4 +118,4 @@ core-y	+= arch/m68knommu/kernel/ \
 libs-y	+= arch/m68knommu/lib/
 
 archclean:
-	$(Q)$(MAKE) $(clean)=arch/m68knommu/boot
+