## Makefile for the linux kernel.## Common support (must be linked before board specific support)obj-y+= generic.o irq.o dma.o time.oobj-$(CONFIG_PXA25x)+= pxa25x.oobj-$(CONFIG_PXA27x)+= pxa27x.o# Specific board supportobj-$(CONFIG_ARCH_LUBBOCK)+= lubbock.oobj-$(CONFIG_MACH_MAINSTONE)+= mainstone.oobj-$(CONFIG_ARCH_PXA_IDP)+= idp.oobj-$(CONFIG_PXA_SHARP_C7xx)+= corgi.o corgi_ssp.o ssp.oobj-$(CONFIG_MACH_POODLE)+= poodle.o# Support for blinky lightsled-y:= leds.oled-$(CONFIG_ARCH_LUBBOCK)+= leds-lubbock.oled-$(CONFIG_MACH_MAINSTONE)+= leds-mainstone.oled-$(CONFIG_ARCH_PXA_IDP)+= leds-idp.oobj-$(CONFIG_LEDS)+=$(led-y)# Misc featuresobj-$(CONFIG_PM)+= pm.o sleep.o