2007-07-09 14:06:53 -07:00
|
|
|
#
|
|
|
|
# Makefile for the linux kernel.
|
|
|
|
#
|
|
|
|
|
|
|
|
# Common support
|
2009-03-02 16:49:23 -07:00
|
|
|
obj-y := irq.o clock.o gpio.o time.o devices.o cpu.o system.o
|
2008-07-05 01:02:55 -07:00
|
|
|
|
2008-11-14 03:01:38 -07:00
|
|
|
obj-$(CONFIG_ARCH_MX1) += iomux-mx1-mx2.o dma-mx1-mx2.o
|
2008-09-09 01:19:44 -07:00
|
|
|
obj-$(CONFIG_ARCH_MX2) += iomux-mx1-mx2.o dma-mx1-mx2.o
|
2009-04-01 02:11:48 -07:00
|
|
|
obj-$(CONFIG_ARCH_MXC_IOMUX_V3) += iomux-v3.o
|
2009-01-16 07:17:16 -07:00
|
|
|
obj-$(CONFIG_MXC_PWM) += pwm.o
|
2009-10-27 17:14:59 -07:00
|
|
|
obj-$(CONFIG_USB_EHCI_MXC) += ehci.o
|
2009-11-05 01:44:09 -07:00
|
|
|
obj-$(CONFIG_MXC_ULPI) += ulpi.o
|
2009-10-29 09:12:39 -07:00
|
|
|
obj-$(CONFIG_ARCH_MXC_AUDMUX_V1) += audmux-v1.o
|
|
|
|
obj-$(CONFIG_ARCH_MXC_AUDMUX_V2) += audmux-v2.o
|
2009-11-25 08:41:04 -07:00
|
|
|
ifdef CONFIG_SND_IMX_SOC
|
|
|
|
obj-y += ssi-fiq.o
|
|
|
|
obj-y += ssi-fiq-ksym.o
|
|
|
|
endif
|