projects
/
rtos
/
tinyara.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13d5f58
)
audio: fix compile error when enable sensorbd
author
Bongryul Lee
<bongryul.lee@samsung.com>
Thu, 17 Aug 2017 05:01:43 +0000
(14:01 +0900)
committer
Ivan 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
patch
|
blob
|
history
diff --git
a/os/drivers/audio/Make.defs
b/os/drivers/audio/Make.defs
index
81cbc5a
..
82fefb9
100644
(file)
--- a/
os/drivers/audio/Make.defs
+++ b/
os/drivers/audio/Make.defs
@@
-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