mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-02-19 23:27:28 +07:00
10 lines
202 B
Makefile
10 lines
202 B
Makefile
![]() |
#
|
||
|
# 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
|