projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
293dba4
)
m68knommu: fix make archclean
author
Greg Ungerer
<gerg@snapgear.com>
Tue, 23 Oct 2007 04:37:54 +0000
(14:37 +1000)
committer
Linus Torvalds
<torvalds@woody.linux-foundation.org>
Tue, 23 Oct 2007 15:32:34 +0000
(08:32 -0700)
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>
arch/m68knommu/Makefile
patch
|
blob
|
history
diff --git
a/arch/m68knommu/Makefile
b/arch/m68knommu/Makefile
index 1235f8061d55e2b8b7328b39a0ece182fec36665..30aa2553693d116702684f904a262016b1472ca4 100644
(file)
--- 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
+