mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 09:36:22 +02: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
|