summaryrefslogtreecommitdiff
path: root/arch/arm/plat-mxc/Makefile
blob: 208cab211bbc565c5789162acaea788384a26601 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#
# Makefile for the linux kernel.
#

# Common support
obj-y := gpio.o clock.o wdog.o snoop.o irq.o io.o

ifneq ($(CONFIG_ARCH_MX27),y)
obj-y += time.o cpu_common.o  spba.o sdma/
endif

obj-$(CONFIG_ARCH_MX27) += cpu_common.o dma_mx2.o usb_common.o
obj-$(CONFIG_ARCH_MX3) += dptc.o usb_common.o

obj-m :=
obj-n :=
obj-  :=

# LEDs support
obj-$(CONFIG_LEDS) += leds.o

# USB support
obj-$(CONFIG_ISP1504_MXC) += isp1504xc.o

obj-$(CONFIG_ISP1301_MXC) += isp1301xc.o

obj-$(CONFIG_MC13783_MXC) += mc13783_xc.o

ifneq ($(CONFIG_USB_EHCI_ARC_H1),)
obj-y += serialxc.o
endif