Quinn Jensen | 52c543f | 2007-07-09 22:06:53 +0100 | [diff] [blame] | 1 | # |
2 | # Makefile for the linux kernel. | ||||
3 | # | ||||
4 | |||||
5 | # Common support | ||||
Sascha Hauer | 282b13d | 2008-09-09 10:19:40 +0200 | [diff] [blame] | 6 | obj-y := irq.o clock.o gpio.o time.o devices.o |
Juergen Beisert | aa10abd | 2008-07-05 10:02:55 +0200 | [diff] [blame] | 7 | |
Sascha Hauer | 58a85f4 | 2008-09-09 10:19:44 +0200 | [diff] [blame^] | 8 | obj-$(CONFIG_ARCH_MX2) += iomux-mx1-mx2.o dma-mx1-mx2.o |