]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - arch/arm/plat-omap/Makefile
[ARM] 3142/1: OMAP 2/5: Update files common to omap1 and omap2
[linux-2.6-omap-h63xx.git] / arch / arm / plat-omap / Makefile
1 #
2 # Makefile for the linux kernel.
3 #
4
5 # Common support
6 obj-y := common.o sram.o sram-fn.o clock.o devices.o dma.o mux.o gpio.o mcbsp.o usb.o
7 obj-m :=
8 obj-n :=
9 obj-  :=
10
11 # OCPI interconnect support for 1710, 1610 and 5912
12 obj-$(CONFIG_ARCH_OMAP16XX) += ocpi.o
13
14 # Power Management
15 obj-$(CONFIG_PM) += pm.o sleep.o
16
17 obj-$(CONFIG_CPU_FREQ) += cpu-omap.o
18 obj-$(CONFIG_OMAP_DM_TIMER) += dmtimer.o
19