2007-07-09 17:06:53 -04:00
|
|
|
#
|
|
|
|
# Makefile for the linux kernel.
|
|
|
|
#
|
|
|
|
|
|
|
|
# Common support
|
2008-09-09 04:19:40 -04:00
|
|
|
obj-y := irq.o clock.o gpio.o time.o devices.o
|
2008-07-05 04:02:55 -04:00
|
|
|
|
2008-09-09 04:19:44 -04:00
|
|
|
obj-$(CONFIG_ARCH_MX2) += iomux-mx1-mx2.o dma-mx1-mx2.o
|