git: https://android.googlesource.com/kernel/common branch: android-4.9 commit: 03fcc2fe71308c2d164b4e6cbfc738c63e670444
6 lines
172 B
Makefile
6 lines
172 B
Makefile
# SYNOPSYS Platform Support
|
|
obj-$(CONFIG_SND_DESIGNWARE_I2S) += designware_i2s.o
|
|
ifdef CONFIG_SND_DESIGNWARE_PCM
|
|
obj-$(CONFIG_SND_DESIGNWARE_I2S) += designware_pcm.o
|
|
endif
|