| 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 \ |
| Vladimir Barinov | 83f5322 | 2007-07-10 13:10:04 +0100 | [diff] [blame] | 8 | gpio.o mux.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 | ||||