Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_realme_mt6785
/
a64d2b37c2259e169759c1701ac565f0a11dc0ea
/
.
/
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