]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - arch/arm/mach-omap2/Makefile
ARM: OMAP: Timer32K: Re-organize duplicated 32k-timer code
[linux-2.6-omap-h63xx.git] / arch / arm / mach-omap2 / Makefile
1 #
2 # Makefile for the linux kernel.
3 #
4
5 # Common support
6 obj-y := irq.o id.o io.o sram-fn.o memory.o prcm.o clock.o mux.o devices.o \
7          serial.o gpmc.o timer-gp.o
8
9 # Power Management
10 obj-$(CONFIG_PM) += pm.o pm-domain.o sleep.o
11
12 # Specific board support
13 obj-$(CONFIG_MACH_OMAP_GENERIC)         += board-generic.o
14 obj-$(CONFIG_MACH_OMAP_H4)              += board-h4.o
15 obj-$(CONFIG_MACH_OMAP_2430SDP)         += board-2430sdp.o
16 obj-$(CONFIG_MACH_OMAP_APOLLON)         += board-apollon.o
17