diff options
Diffstat (limited to 'sound/soc/rockchip/Makefile')
-rw-r--r-- | sound/soc/rockchip/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/soc/rockchip/Makefile b/sound/soc/rockchip/Makefile new file mode 100644 index 000000000000..1006418e1394 --- /dev/null +++ b/sound/soc/rockchip/Makefile | |||
@@ -0,0 +1,4 @@ | |||
1 | # ROCKCHIP Platform Support | ||
2 | snd-soc-i2s-objs := rockchip_i2s.o | ||
3 | |||
4 | obj-$(CONFIG_SND_ROCKCHIP_I2S) += snd-soc-i2s.o | ||