summaryrefslogtreecommitdiffstats
path: root/target/linux/s3c24xx/modules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/s3c24xx/modules.mk')
-rw-r--r--target/linux/s3c24xx/modules.mk10
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/s3c24xx/modules.mk b/target/linux/s3c24xx/modules.mk
new file mode 100644
index 000000000..c6700a7b9
--- /dev/null
+++ b/target/linux/s3c24xx/modules.mk
@@ -0,0 +1,10 @@
+ifeq ($(CONFIG_TARGET_s3c24xx),y)
+ SOUNDCORE_FILES = \
+ $(LINUX_DIR)/sound/soc/s3c24xx/snd-soc-s3c24xx-i2s.ko \
+ $(LINUX_DIR)/sound/soc/s3c24xx/snd-soc-neo1973-gta02-wm8753.ko \
+ $(LINUX_DIR)/sound/soc/codecs/snd-soc-wm8753.ko
+ SOUNDCORE_LOAD = \
+ snd-soc-wm8753.ko \
+ snd-soc-s3c24xx-i2s.ko \
+ snd-soc-neo1973-gta02-wm8753
+endif