PageRenderTime 29ms CodeModel.GetById 23ms app.highlight 4ms RepoModel.GetById 1ms app.codeStats 0ms

/sound/soc/s6000/Makefile

https://bitbucket.org/abioy/linux
Makefile | 11 lines | 6 code | 3 blank | 2 comment | 0 complexity | eb0a520d75e7a2b64b97215d00d53069 MD5 | raw file
Possible License(s): CC-BY-SA-3.0, GPL-2.0, LGPL-2.0, AGPL-1.0
 1# s6000 Platform Support
 2snd-soc-s6000-objs := s6000-pcm.o
 3snd-soc-s6000-i2s-objs := s6000-i2s.o
 4
 5obj-$(CONFIG_SND_S6000_SOC) += snd-soc-s6000.o
 6obj-$(CONFIG_SND_S6000_SOC_I2S) += snd-soc-s6000-i2s.o
 7
 8# s6105 Machine Support
 9snd-soc-s6ipcam-objs := s6105-ipcam.o
10
11obj-$(CONFIG_SND_S6000_SOC_S6IPCAM) += snd-soc-s6ipcam.o