Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # |
| 2 | # Makefile for the linux kernel. |
| 3 | # |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 4 | |
| 5 | # Object file lists. |
| 6 | |
Sascha Hauer | 38a41fd | 2008-07-05 10:02:46 +0200 | [diff] [blame] | 7 | obj-y += irq.o time.o dma.o generic.o clock.o |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 8 | |
Pavel Pisa | 3c8cd0c | 2006-12-06 17:25:04 +0100 | [diff] [blame] | 9 | obj-$(CONFIG_CPU_FREQ_IMX) += cpufreq.o |
| 10 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 11 | # Specific board support |
| 12 | obj-$(CONFIG_ARCH_MX1ADS) += mx1ads.o |
| 13 | |
| 14 | # Support for blinky lights |
| 15 | led-y := leds.o |
| 16 | |
| 17 | obj-$(CONFIG_LEDS) += $(led-y) |
| 18 | led-$(CONFIG_ARCH_MX1ADS) += leds-mx1ads.o |