2009-03-26 09:06:08 +01:00
|
|
|
#
|
|
|
|
# Makefile for the linux kernel.
|
|
|
|
#
|
|
|
|
|
|
|
|
# Object file lists.
|
|
|
|
|
2009-03-26 09:06:27 +01:00
|
|
|
obj-y := irq.o mm.o time.o devices.o gpio.o
|
2009-03-26 09:06:27 +01:00
|
|
|
|
|
|
|
# Board-specific support
|
|
|
|
obj-$(CONFIG_MACH_RUT100) += board-rut1xx.o
|