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
259 B
Makefile
10 lines
259 B
Makefile
#
|
|
# Makefile for ppc-specific library files..
|
|
#
|
|
|
|
obj-y := strcase.o string.o
|
|
obj-$(CONFIG_PPC32) += div64.o copy32.o checksum.o
|
|
obj-$(CONFIG_PPC64) += copypage.o copyuser.o memcpy.o usercopy.o \
|
|
sstep.o checksum64.o
|
|
obj-$(CONFIG_PPC_ISERIES) += e2a.o
|