Files
linux-apfs/crypto/async_tx/Makefile
T

5 lines
168 B
Makefile
Raw Normal View History

2007-01-02 11:10:44 -07:00
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