forked from luck/tmp_suning_uos_patched
14cf11af6c
This creates the directory structure under arch/powerpc and a bunch of Kconfig files. It does a first-cut merge of arch/powerpc/mm, arch/powerpc/lib and arch/powerpc/platforms/powermac. This is enough to build a 32-bit powermac kernel with ARCH=powerpc. For now we are getting some unmerged files from arch/ppc/kernel and arch/ppc/syslib, or arch/ppc64/kernel. This makes some minor changes to files in those directories and files outside arch/powerpc. The boot directory is still not merged. That's going to be interesting. Signed-off-by: Paul Mackerras <paulus@samba.org>
10 lines
347 B
Makefile
10 lines
347 B
Makefile
obj-$(CONFIG_PPC_PMAC) += pmac_pic.o pmac_setup.o pmac_time.o \
|
|
pmac_feature.o pmac_pci.o pmac_sleep.o \
|
|
pmac_low_i2c.o pmac_cache.o
|
|
obj-$(CONFIG_PMAC_BACKLIGHT) += pmac_backlight.o
|
|
obj-$(CONFIG_CPU_FREQ_PMAC) += pmac_cpufreq.o
|
|
ifeq ($(CONFIG_PPC_PMAC),y)
|
|
obj-$(CONFIG_NVRAM) += pmac_nvram.o
|
|
obj-$(CONFIG_SMP) += pmac_smp.o
|
|
endif
|