summaryrefslogtreecommitdiff
path: root/nuttx/libc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/libc/Makefile')
-rw-r--r--nuttx/libc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/libc/Makefile b/nuttx/libc/Makefile
index a76620585..ee015c38a 100644
--- a/nuttx/libc/Makefile
+++ b/nuttx/libc/Makefile
@@ -1,7 +1,7 @@
############################################################################
# libc/Makefile
#
-# Copyright (C) 2007-2012 Gregory Nutt. All rights reserved.
+# Copyright (C) 2007-2013 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <gnutt@nuttx.org>
#
# Redistribution and use in source and binary forms, with or without
@@ -59,6 +59,7 @@ include dirent/Make.defs
include termios/Make.defs
include spawn/Make.defs
include queue/Make.defs
+include wqueue/Make.defs
include misc/Make.defs
AOBJS = $(ASRCS:.S=$(OBJEXT))