summaryrefslogtreecommitdiff
path: root/nuttx/libc/audio
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-12-27 13:18:20 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-12-27 13:18:20 -0600
commit148213e1695902cbfaccc8599cfa06871b8133f3 (patch)
tree4785609fc85371d953d7323f8b7b32f130d969b8 /nuttx/libc/audio
parent020af6336bcf71173c7758f31b04066e425b4988 (diff)
downloadnuttx-148213e1695902cbfaccc8599cfa06871b8133f3.tar.gz
nuttx-148213e1695902cbfaccc8599cfa06871b8133f3.tar.bz2
nuttx-148213e1695902cbfaccc8599cfa06871b8133f3.zip
Decoupling NX user interfaces to support NX kernel build (phase 1)
Diffstat (limited to 'nuttx/libc/audio')
-rw-r--r--nuttx/libc/audio/Make.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/libc/audio/Make.defs b/nuttx/libc/audio/Make.defs
index a611e3270..bffc74e15 100644
--- a/nuttx/libc/audio/Make.defs
+++ b/nuttx/libc/audio/Make.defs
@@ -36,7 +36,7 @@
ifeq ($(CONFIG_AUDIO),y)
CSRCS += lib_buffer.c
-# Add the misc directory to the build
+# Add the audio/ directory to the build
DEPPATH += --dep-path audio
VPATH += :audio