Files
linux-apfs/sound/soc/meson/Makefile
T

12 lines
482 B
Makefile
Raw Normal View History

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