Kevin Hilman | 7c6337e | 2007-04-30 19:37:19 +0100 | [diff] [blame] | 1 | # |
2 | # Makefile for the linux kernel. | ||||
3 | # | ||||
4 | # | ||||
5 | |||||
6 | # Common objects | ||||
Vladimir Barinov | 3d9edf0 | 2007-07-10 13:03:43 +0100 | [diff] [blame] | 7 | obj-y := time.o irq.o clock.o serial.o io.o id.o psc.o \ |
David Brownell | cece6e5 | 2008-09-07 23:41:57 -0700 | [diff] [blame] | 8 | gpio.o mux.o devices.o usb.o |
Kevin Hilman | 7c6337e | 2007-04-30 19:37:19 +0100 | [diff] [blame] | 9 | |
10 | # Board specific | ||||
11 | obj-$(CONFIG_MACH_DAVINCI_EVM) += board-evm.o |