Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
[linux-2.6/sactl.git] / arch / arm / mach-imx / Makefile
blobb047c7e795a97ad23b901e3f804d828bdc195dc8
2 # Makefile for the linux kernel.
5 # Object file lists.
7 obj-y += irq.o time.o dma.o generic.o clock.o
9 obj-$(CONFIG_CPU_FREQ_IMX) += cpufreq.o
11 # Specific board support
12 obj-$(CONFIG_ARCH_MX1ADS) += mx1ads.o
14 # Support for blinky lights
15 led-y := leds.o
17 obj-$(CONFIG_LEDS) += $(led-y)
18 led-$(CONFIG_ARCH_MX1ADS) += leds-mx1ads.o