9 lines
145 B
Makefile
9 lines
145 B
Makefile
#
|
|
# Makefile for the linux kernel.
|
|
#
|
|
|
|
# Common support
|
|
obj-y := irq.o clock.o gpio.o time.o devices.o
|
|
|
|
obj-$(CONFIG_ARCH_MX2) += iomux-mx1-mx2.o
|