xref: /linux/arch/powerpc/platforms/powermac/Makefile (revision 21e38dfee53a2159d14a24a3d2277ae757599efa)
1d7f39454SBenjamin HerrenschmidtCFLAGS_bootx_init.o  		+= -fPIC
2d7f39454SBenjamin Herrenschmidt
335499c01SPaul Mackerrasobj-y				+= pic.o setup.o time.o feature.o pci.o \
45b9ca526SBenjamin Herrenschmidt				   sleep.o low_i2c.o cache.o pfunc_core.o \
55b9ca526SBenjamin Herrenschmidt				   pfunc_base.o
6f6d57916SPaul Mackerrasobj-$(CONFIG_PMAC_BACKLIGHT)	+= backlight.o
74350147aSBenjamin Herrenschmidtobj-$(CONFIG_CPU_FREQ_PMAC)	+= cpufreq_32.o
84350147aSBenjamin Herrenschmidtobj-$(CONFIG_CPU_FREQ_PMAC64)	+= cpufreq_64.o
9*21e38dfeSTony Breeds# CONFIG_NVRAM is an arch. independant tristate symbol, for pmac32 we really
10*21e38dfeSTony Breeds# need this to be a bool.  Cheat here and pretend CONFIG_NVRAM=m is really
11*21e38dfeSTony Breeds# CONFIG_NVRAM=y
12*21e38dfeSTony Breedsobj-$(CONFIG_NVRAM:m=y)		+= nvram.o
1335499c01SPaul Mackerras# ppc64 pmac doesn't define CONFIG_NVRAM but needs nvram stuff
1435499c01SPaul Mackerrasobj-$(CONFIG_PPC64)		+= nvram.o
15d7f39454SBenjamin Herrenschmidtobj-$(CONFIG_PPC32)		+= bootx_init.o
16f6d57916SPaul Mackerrasobj-$(CONFIG_SMP)		+= smp.o
1751d3082fSBenjamin Herrenschmidtobj-$(CONFIG_PPC_MERGE)		+= udbg_scc.o udbg_adb.o
18