You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
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
|
|
|