diff options
Diffstat (limited to 'sound/soc/omap/abe/Makefile')
-rw-r--r-- | sound/soc/omap/abe/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/sound/soc/omap/abe/Makefile b/sound/soc/omap/abe/Makefile new file mode 100644 index 0000000..0d5649b --- /dev/null +++ b/sound/soc/omap/abe/Makefile @@ -0,0 +1,14 @@ +snd-soc-abe-hal-objs += abe_main.o \ + abe_core.o \ + abe_gain.o \ + abe_port.o \ + abe_aess.o \ + abe_dbg.o \ + abe_dat.o \ + abe_ini.o \ + abe_irq.o \ + abe_seq.o \ + abe_asrc.o \ + port_mgr.o \ + +obj-$(CONFIG_SND_OMAP_SOC_ABE_DSP) += snd-soc-abe-hal.o |