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.
|
#
|
|
# Makefile for ppc-specific library files..
|
|
#
|
|
|
|
obj-y := checksum.o string.o strcase.o dec_and_lock.o div64.o
|
|
|
|
obj-$(CONFIG_SMP) += locks.o
|
|
obj-$(CONFIG_8xx) += rheap.o
|
|
obj-$(CONFIG_CPM2) += rheap.o
|
|
|