mirror of https://github.com/OpenIPC/firmware.git
13 lines
380 B
Diff
13 lines
380 B
Diff
diff -drupN a/sound/soc/ingenic/Makefile b/sound/soc/ingenic/Makefile
|
|
--- a/sound/soc/ingenic/Makefile 1970-01-01 03:00:00.000000000 +0300
|
|
+++ b/sound/soc/ingenic/Makefile 2022-06-09 05:02:37.000000000 +0300
|
|
@@ -0,0 +1,8 @@
|
|
+
|
|
+obj-$(CONFIG_SND_ASOC_INGENIC_AS_V1) += as-v1/
|
|
+obj-$(CONFIG_SND_ASOC_INGENIC_AS_V2) += as-v2/
|
|
+
|
|
+obj-y += icodec/
|
|
+obj-y += boards/
|
|
+obj-y += ecodec/
|
|
+
|