You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
5 lines
168 B
Makefile
5 lines
168 B
Makefile
|
|
obj-$(CONFIG_ASYNC_CORE) += async_tx.o
|
||
|
|
obj-$(CONFIG_ASYNC_MEMCPY) += async_memcpy.o
|
||
|
|
obj-$(CONFIG_ASYNC_MEMSET) += async_memset.o
|
||
|
|
obj-$(CONFIG_ASYNC_XOR) += async_xor.o
|