summaryrefslogtreecommitdiff
path: root/nuttx/audio/Makefile
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-11-10 11:20:06 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-11-10 11:20:06 -0600
commitb6f65ea46230955a33e42c46dc30c5e428d3dd08 (patch)
tree1f1b0619552f38e49112ade56883fb25e8f65b7d /nuttx/audio/Makefile
parent5a70f55a6fce67a324ad049e39d3ce532025365b (diff)
downloadnuttx-b6f65ea46230955a33e42c46dc30c5e428d3dd08.tar.gz
nuttx-b6f65ea46230955a33e42c46dc30c5e428d3dd08.tar.bz2
nuttx-b6f65ea46230955a33e42c46dc30c5e428d3dd08.zip
Moved audio/buffer.c to libc/audio/lib_buffer.c so that it can be shared betweent he OS and applications in a kernel build
Diffstat (limited to 'nuttx/audio/Makefile')
-rw-r--r--nuttx/audio/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/audio/Makefile b/nuttx/audio/Makefile
index 7b34de1ae..b95e3900b 100644
--- a/nuttx/audio/Makefile
+++ b/nuttx/audio/Makefile
@@ -42,7 +42,7 @@ endif
DEPPATH = --dep-path .
ASRCS =
-CSRCS = audio.c buffer.c
+CSRCS = audio.c
VPATH = .
# Include support for various drivers. Each Make.defs file will add its