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.
10 lines
259 B
10 lines
259 B
20 years ago
|
#
|
||
|
# 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
|