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:
3b341c1
)
powerpc: Remove 83xx from arch/powerpc/platforms/Makefile for now
author
Paul Mackerras
<paulus@samba.org>
Mon, 10 Oct 2005 23:33:08 +0000
(09:33 +1000)
committer
Paul Mackerras
<paulus@samba.org>
Mon, 10 Oct 2005 23:59:53 +0000
(09:59 +1000)
Since we don't have an 83xx directory or a 83xx/Makefile, having
83xx in causes make clean to fail.
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/platforms/Makefile
patch
|
blob
|
history
diff --git
a/arch/powerpc/platforms/Makefile
b/arch/powerpc/platforms/Makefile
index 181ae612b2d3c59be73e59bef0cb3b992dbb34ca..da744d5e52fdc9397be4a02781678287e3a5cd01 100644
(file)
--- a/
arch/powerpc/platforms/Makefile
+++ b/
arch/powerpc/platforms/Makefile
@@
-2,7
+2,6
@@
ifeq ($(CONFIG_PPC32),y)
obj-$(CONFIG_PPC_PMAC) += powermac/
endif
obj-$(CONFIG_4xx) += 4xx/
-obj-$(CONFIG_83xx) += 83xx/
obj-$(CONFIG_85xx) += 85xx/
obj-$(CONFIG_PPC_PSERIES) += pseries/
obj-$(CONFIG_PPC_ISERIES) += iseries/