Paulius Zaleckas | 59d3a19 | 2009-03-26 10:06:08 +0200 | [diff] [blame] | 1 | # |
2 | # Makefile for the linux kernel. | ||||
3 | # | ||||
4 | |||||
5 | # Object file lists. | ||||
6 | |||||
Paulius Zaleckas | 1df621a | 2009-03-26 10:06:27 +0200 | [diff] [blame] | 7 | obj-y := irq.o mm.o time.o devices.o gpio.o |
Paulius Zaleckas | 839e642 | 2009-03-26 10:06:27 +0200 | [diff] [blame] | 8 | |
9 | # Board-specific support | ||||
10 | obj-$(CONFIG_MACH_RUT100) += board-rut1xx.o |