]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - arch/arm/mach-pxa/Makefile
cirrusfb: add __devinit attribute to probing functions
[linux-2.6-omap-h63xx.git] / arch / arm / mach-pxa / Makefile
index 3d2dea4afb876a5bb798d72011d9c25b9379282a..d31c9979cfa35f34aef2e1afcf81723c7e506924 100644 (file)
@@ -6,7 +6,12 @@
 obj-y                          += clock.o devices.o generic.o irq.o dma.o \
                                   time.o gpio.o reset.o
 obj-$(CONFIG_PM)               += pm.o sleep.o standby.o
-obj-$(CONFIG_CPU_FREQ)         += cpu-pxa.o
+
+ifeq ($(CONFIG_CPU_FREQ),y)
+obj-$(CONFIG_PXA25x)           += cpufreq-pxa2xx.o
+obj-$(CONFIG_PXA27x)           += cpufreq-pxa2xx.o
+obj-$(CONFIG_PXA3xx)           += cpufreq-pxa3xx.o
+endif
 
 # Generic drivers that other drivers may depend upon
 obj-$(CONFIG_PXA_SSP)          += ssp.o