projects
/
profile
/
ivi
/
kernel-adaptation-intel-automotive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5a37b0
)
[POWERPC] Add Makefile entry for MPC832x_mds support
author
Li Yang
<leoli@freescale.com>
Wed, 11 Oct 2006 11:27:57 +0000
(19:27 +0800)
committer
Paul Mackerras
<paulus@samba.org>
Mon, 16 Oct 2006 05:53:30 +0000
(15:53 +1000)
Add missing entry in Makefile for MPC832x MDS support. It
also change white space to tab in MPC8360 entry.
Signed-off-by: Li Yang <leoli@freescale.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/platforms/83xx/Makefile
patch
|
blob
|
history
diff --git
a/arch/powerpc/platforms/83xx/Makefile
b/arch/powerpc/platforms/83xx/Makefile
index
e60fd75
..
f1aa7e2
100644
(file)
--- a/
arch/powerpc/platforms/83xx/Makefile
+++ b/
arch/powerpc/platforms/83xx/Makefile
@@
-5,4
+5,5
@@
obj-y := misc.o
obj-$(CONFIG_PCI) += pci.o
obj-$(CONFIG_MPC834x_SYS) += mpc834x_sys.o
obj-$(CONFIG_MPC834x_ITX) += mpc834x_itx.o
-obj-$(CONFIG_MPC8360E_PB) += mpc8360e_pb.o
+obj-$(CONFIG_MPC8360E_PB) += mpc8360e_pb.o
+obj-$(CONFIG_MPC832x_MDS) += mpc832x_mds.o