blob: 8e02c471acd458382d2f97ea819a62e2c7104075 [file] [log] [blame]
Paulius Zaleckas59d3a192009-03-26 10:06:08 +02001#
2# Makefile for the linux kernel.
3#
4
5# Object file lists.
6
Paulius Zaleckas1df621a2009-03-26 10:06:27 +02007obj-y := irq.o mm.o time.o devices.o gpio.o
Paulius Zaleckas839e6422009-03-26 10:06:27 +02008
9# Board-specific support
10obj-$(CONFIG_MACH_RUT100) += board-rut1xx.o
Hans Ulli Krollbd0f9a32010-05-13 06:22:40 +010011obj-$(CONFIG_MACH_WBD111) += board-wbd111.o
Hans Ulli Kroll6a5f0d32010-05-13 06:34:29 +010012obj-$(CONFIG_MACH_WBD222) += board-wbd222.o