2018-07-17 23:42:51 +08:00
|
|
|
# SPDX-License-Identifier: (GPL-2.0 OR MIT)
|
|
|
|
|
|
|
|
snd-soc-meson-axg-fifo-objs := axg-fifo.o
|
2018-07-17 23:42:52 +08:00
|
|
|
snd-soc-meson-axg-frddr-objs := axg-frddr.o
|
2018-07-17 23:42:53 +08:00
|
|
|
snd-soc-meson-axg-toddr-objs := axg-toddr.o
|
2018-07-17 23:42:51 +08:00
|
|
|
|
|
|
|
obj-$(CONFIG_SND_MESON_AXG_FIFO) += snd-soc-meson-axg-fifo.o
|
2018-07-17 23:42:52 +08:00
|
|
|
obj-$(CONFIG_SND_MESON_AXG_FRDDR) += snd-soc-meson-axg-frddr.o
|
2018-07-17 23:42:53 +08:00
|
|
|
obj-$(CONFIG_SND_MESON_AXG_TODDR) += snd-soc-meson-axg-toddr.o
|