summaryrefslogtreecommitdiff
path: root/nuttx/libc/Makefile
diff options
context:
space:
mode:
authorGregory Nutt <Gregory@Shamanto.(none)>2014-10-04 10:31:11 -0600
committerGregory Nutt <Gregory@Shamanto.(none)>2014-10-04 10:31:11 -0600
commite306bd97721f154858cd3ccf7e205ce7fecf24be (patch)
tree74386b67f0d415e5d35ddf3d1688ed49bcd605bb /nuttx/libc/Makefile
parent276f53391d9a7e603f976da6c6deec6bf89eede9 (diff)
downloadnuttx-e306bd97721f154858cd3ccf7e205ce7fecf24be.tar.gz
nuttx-e306bd97721f154858cd3ccf7e205ce7fecf24be.tar.bz2
nuttx-e306bd97721f154858cd3ccf7e205ce7fecf24be.zip
Add a build structue to support asynchronous I/O
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 7404b9c5e..8412f8d88 100644
--- a/nuttx/libc/Makefile
+++ b/nuttx/libc/Makefile
@@ -66,6 +66,7 @@ include stdlib/Make.defs
include unistd/Make.defs
include sched/Make.defs
include string/Make.defs
+include aio/Make.defs
include pthread/Make.defs
include semaphore/Make.defs
include signal/Make.defs