Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8ba738c2 authored by Li Yang's avatar Li Yang Committed by Paul Mackerras
Browse files

[POWERPC] Add Makefile entry for MPC832x_mds support



Add missing entry in Makefile for MPC832x MDS support.  It
also change white space to tab in MPC8360 entry.

Signed-off-by: default avatarLi Yang <leoli@freescale.com>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent f5a37b06
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -6,3 +6,4 @@ obj-$(CONFIG_PCI) += pci.o
obj-$(CONFIG_MPC834x_SYS)	+= mpc834x_sys.o
obj-$(CONFIG_MPC834x_SYS)	+= mpc834x_sys.o
obj-$(CONFIG_MPC834x_ITX)	+= mpc834x_itx.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