Skip to content

Commit f6d5791

Browse files
committed
powerpc: rename powermac files to remove pmac_ prefix
Since the files are now in arch/powerpc/platforms/powermac, the pmac_ prefix that they had is redundant. Signed-off-by: Paul Mackerras <[email protected]>
1 parent c17e332 commit f6d5791

File tree

14 files changed

+6
-7
lines changed

14 files changed

+6
-7
lines changed
Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
obj-$(CONFIG_PPC_PMAC) += pmac_pic.o pmac_setup.o pmac_time.o \
2-
pmac_feature.o pmac_pci.o pmac_sleep.o \
3-
pmac_low_i2c.o pmac_cache.o
4-
obj-$(CONFIG_PMAC_BACKLIGHT) += pmac_backlight.o
5-
obj-$(CONFIG_CPU_FREQ_PMAC) += pmac_cpufreq.o
1+
obj-$(CONFIG_PPC_PMAC) += 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.o
65
ifeq ($(CONFIG_PPC_PMAC),y)
7-
obj-$(CONFIG_NVRAM) += pmac_nvram.o
8-
obj-$(CONFIG_SMP) += pmac_smp.o
6+
obj-$(CONFIG_NVRAM) += nvram.o
7+
obj-$(CONFIG_SMP) += smp.o
98
endif

0 commit comments

Comments
 (0)