f6d57916db
Since the files are now in arch/powerpc/platforms/powermac, the pmac_ prefix that they had is redundant. Signed-off-by: Paul Mackerras <paulus@samba.org>
9 lines
278 B
Makefile
9 lines
278 B
Makefile
obj-$(CONFIG_PPC_PMAC) += pic.o setup.o time.o feature.o pci.o \
|
|
sleep.o low_i2c.o cache.o
|
|
obj-$(CONFIG_PMAC_BACKLIGHT) += backlight.o
|
|
obj-$(CONFIG_CPU_FREQ_PMAC) += cpufreq.o
|
|
ifeq ($(CONFIG_PPC_PMAC),y)
|
|
obj-$(CONFIG_NVRAM) += nvram.o
|
|
obj-$(CONFIG_SMP) += smp.o
|
|
endif
|