xref: /linux/arch/powerpc/platforms/powermac/Makefile (revision 35499c0195e46f479cf6ac16ad8d3f394b5fcc10)
1*35499c01SPaul Mackerrasobj-y				+= pic.o setup.o time.o feature.o pci.o \
2f6d57916SPaul Mackerras				   sleep.o low_i2c.o cache.o
3f6d57916SPaul Mackerrasobj-$(CONFIG_PMAC_BACKLIGHT)	+= backlight.o
4f6d57916SPaul Mackerrasobj-$(CONFIG_CPU_FREQ_PMAC)	+= cpufreq.o
5f6d57916SPaul Mackerrasobj-$(CONFIG_NVRAM)		+= nvram.o
6*35499c01SPaul Mackerras# ppc64 pmac doesn't define CONFIG_NVRAM but needs nvram stuff
7*35499c01SPaul Mackerrasobj-$(CONFIG_PPC64)		+= nvram.o
8f6d57916SPaul Mackerrasobj-$(CONFIG_SMP)		+= smp.o
9