mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-03-16 09:04:53 -04:00
We have several platforms using local copies of identical code. Signed-off-by: David S. Miller <davem@davemloft.net>
9 lines
148 B
Makefile
9 lines
148 B
Makefile
#
|
|
# Makefile for ppc-specific library files..
|
|
#
|
|
|
|
obj-y := checksum.o string.o div64.o
|
|
|
|
obj-$(CONFIG_8xx) += rheap.o
|
|
obj-$(CONFIG_CPM2) += rheap.o
|