summaryrefslogtreecommitdiff
path: root/nuttx/libc/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/libc/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/libc/Makefile')
-rw-r--r--nuttx/libc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/libc/Makefile b/nuttx/libc/Makefile
index 2ced86e8c..a303973e5 100644
--- a/nuttx/libc/Makefile
+++ b/nuttx/libc/Makefile
@@ -73,6 +73,7 @@ include spawn/Make.defs
include queue/Make.defs
include wqueue/Make.defs
include misc/Make.defs
+include audio/Make.defs
BINDIR ?= bin