You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
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
|
|
|