git: https://android.googlesource.com/kernel/common branch: android-4.9 commit: 03fcc2fe71308c2d164b4e6cbfc738c63e670444
12 lines
247 B
Makefile
12 lines
247 B
Makefile
#
|
|
# Jz4740 Platform Support
|
|
#
|
|
snd-soc-jz4740-i2s-objs := jz4740-i2s.o
|
|
|
|
obj-$(CONFIG_SND_JZ4740_SOC_I2S) += snd-soc-jz4740-i2s.o
|
|
|
|
# Jz4740 Machine Support
|
|
snd-soc-qi-lb60-objs := qi_lb60.o
|
|
|
|
obj-$(CONFIG_SND_JZ4740_SOC_QI_LB60) += snd-soc-qi-lb60.o
|