audio: fix compile error when enable sensorbd
authorBongryul Lee <bongryul.lee@samsung.com>
Thu, 17 Aug 2017 05:01:43 +0000 (14:01 +0900)
committerIvan Galkin <ivan.galkin@samsung.com>
Sun, 27 Aug 2017 06:31:11 +0000 (15:31 +0900)
Fixed a problem where alc5658char.c was not built

Change-Id: Icd908920c028bb359ed596b7c6f46770502ae2a9
Signed-off-by: Bongryul Lee <bongryul.lee@samsung.com>
os/drivers/audio/Make.defs

index 81cbc5a..82fefb9 100644 (file)
@@ -68,6 +68,10 @@ ifeq ($(CONFIG_AUDIO_ALC5658),y)
 CSRCS += alc5658.c
 endif
 
+ifeq ($(CONFIG_AUDIO_ALC5658CHAR),y)
+CSRCS += alc5658char.c
+endif
+
 # Include Audio driver support
 
 DEPPATH += --dep-path audio