ecf2d82159
* Synchronize the code of the rt mart branch to the master branch. * TTY device * Add lwP code from rt-smart * Add vnode in DFS, but DFS will be re-write for rt-smart * There are three libcpu for rt-smart: * arm/cortex-a, arm/aarch64 * riscv64 Co-authored-by: Rbb666 <zhangbingru@rt-thread.com> Co-authored-by: zhkag <zhkag@foxmail.com>
18 lines
463 B
Makefile
18 lines
463 B
Makefile
# Sunxi Read/Write Platform Codec
|
|
obj-$(SND_CODEC_SUNXI_RWFUNC) += sunxi_rw_func.o
|
|
|
|
# Sun8iw19p1 Platform Codec
|
|
obj-$(CONFIG_SND_CODEC_SUN8IW18_AUDIOCODEC) += sun8iw18-codec.o
|
|
|
|
# Sun8iw19p1 Platform Codec
|
|
obj-$(CONFIG_SND_CODEC_SUN8IW19_AUDIOCODEC) += sun8iw19-codec.o
|
|
|
|
# Sun8iw20p1 Platform Codec
|
|
obj-$(CONFIG_SND_CODEC_SUN8IW20_AUDIOCODEC) += sun8iw20-codec.o
|
|
|
|
# Common dummy_codec
|
|
obj-y += dummy_codec.o
|
|
|
|
# AC108 Codec
|
|
obj-$(CONFIG_SND_CODEC_AC108) += ac108.o
|