diff options
author | Greg Ungerer <gerg@snapgear.com> | 2007-10-23 06:37:54 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-23 17:32:34 +0200 |
commit | c48f484b9b7c8444247706b3ad9050245b8062f9 (patch) | |
tree | fd753e4891ba1978dc73f10d37634a737aeceabb /arch/m68knommu/Makefile | |
parent | m68knommu: remove use of undefined symbols in setup.c (diff) | |
download | linux-c48f484b9b7c8444247706b3ad9050245b8062f9.tar.xz linux-c48f484b9b7c8444247706b3ad9050245b8062f9.zip |
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>
Diffstat (limited to 'arch/m68knommu/Makefile')
-rw-r--r-- | arch/m68knommu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68knommu/Makefile b/arch/m68knommu/Makefile index 1235f8061d55..30aa2553693d 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 + |