Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
dc52b5bf2c94828fd3c8d26f4ca810d4ba53999a
/
.
/
arch
/
arm
/
plat-mxc
/
Makefile
blob: 564fd4ebf38a97c7f747376c6cef6fe5a10a819a [
file
] [
log
] [
blame
]
#
# Makefile for the linux kernel.
#
# Common support
obj
-
y
:=
irq
.
o clock
.
o gpio
.
o time
.
o devices
.
o cpu
.
o
obj
-
$
(
CONFIG_ARCH_MX1
)
+=
iomux
-
mx1
-
mx2
.
o dma
-
mx1
-
mx2
.
o
obj
-
$
(
CONFIG_ARCH_MX2
)
+=
iomux
-
mx1
-
mx2
.
o dma
-
mx1
-
mx2
.
o
obj
-
$
(
CONFIG_MXC_PWM
)
+=
pwm
.
o