wanzongshun | 7ec80dd | 2008-12-03 03:55:38 +0100 | [diff] [blame] | 1 | # |
| 2 | # Makefile for the linux kernel. |
| 3 | # |
| 4 | |
| 5 | # Object file lists. |
| 6 | |
wanzongshun | 35c9221 | 2009-08-21 07:07:46 +0100 | [diff] [blame^] | 7 | obj-y := irq.o time.o mfp.o gpio.o clock.o |
| 8 | obj-y += clksel.o dev.o cpu.o |
wanzongshun | 7ec80dd | 2008-12-03 03:55:38 +0100 | [diff] [blame] | 9 | # W90X900 CPU support files |
| 10 | |
wanzongshun | 35c9221 | 2009-08-21 07:07:46 +0100 | [diff] [blame^] | 11 | obj-$(CONFIG_CPU_W90P910) += nuc910.o |
wanzongshun | 7ec80dd | 2008-12-03 03:55:38 +0100 | [diff] [blame] | 12 | |
| 13 | # machine support |
| 14 | |
wanzongshun | 35c9221 | 2009-08-21 07:07:46 +0100 | [diff] [blame^] | 15 | obj-$(CONFIG_MACH_W90P910EVB) += mach-nuc910evb.o |