Paulius Zaleckas | cfca8b5 | 2008-11-14 11:01:38 +0100 | [diff] [blame] | 1 | # |
2 | # Makefile for the linux kernel. | ||||
3 | # | ||||
4 | |||||
5 | # Object file lists. | ||||
6 | |||||
7 | obj-y += generic.o clock.o devices.o | ||||
8 | |||||
9 | # Specific board support | ||||
10 | obj-$(CONFIG_ARCH_MX1ADS) += mx1ads.o | ||||
Sascha Hauer | 2420563 | 2009-01-28 17:36:37 +0100 | [diff] [blame^] | 11 | obj-$(CONFIG_MACH_SCB9328) += scb9328.o |