[PATCH] ppc64: SMU based macs cpufreq support
[deliverable/linux.git] / arch / powerpc / platforms / powermac / Makefile
1 obj-y += pic.o setup.o time.o feature.o pci.o \
2 sleep.o low_i2c.o cache.o
3 obj-$(CONFIG_PMAC_BACKLIGHT) += backlight.o
4 obj-$(CONFIG_CPU_FREQ_PMAC) += cpufreq_32.o
5 obj-$(CONFIG_CPU_FREQ_PMAC64) += cpufreq_64.o
6 obj-$(CONFIG_NVRAM) += nvram.o
7 # ppc64 pmac doesn't define CONFIG_NVRAM but needs nvram stuff
8 obj-$(CONFIG_PPC64) += nvram.o
9 obj-$(CONFIG_SMP) += smp.o
This page took 0.032212 seconds and 5 git commands to generate.