Sign in
googlers
/
maze
/
linux
/
acee709cab689ec7703770e8b8cb5cc3a4abcb31
/
.
/
arch
/
powerpc
/
platforms
/
86xx
/
Makefile
blob: 8fee37dec79517ffb344f20398e34361df748e34 [
file
] [
log
] [
blame
]
#
# Makefile for the PowerPC 86xx linux kernel.
#
obj
-
y
:=
pic
.
o
obj
-
$
(
CONFIG_SMP
)
+=
mpc86xx_smp
.
o
obj
-
$
(
CONFIG_MPC8641_HPCN
)
+=
mpc86xx_hpcn
.
o
obj
-
$
(
CONFIG_SBC8641D
)
+=
sbc8641d
.
o
obj
-
$
(
CONFIG_MPC8610_HPCD
)
+=
mpc8610_hpcd
.
o