Make the lib/ subdirectory build more like other directories

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5025 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2012-08-13 22:27:06 +00:00
parent 43356a28a1
commit 70b1c3f2f6
21 changed files with 201 additions and 103 deletions
+7 -1
View File
@@ -33,6 +33,12 @@
#
############################################################################
STDLIB_SRCS = lib_abs.c lib_abort.c lib_imaxabs.c lib_labs.c lib_llabs.c \
# Add the stdlib C files to the build
CSRCS += lib_abs.c lib_abort.c lib_imaxabs.c lib_labs.c lib_llabs.c \
lib_rand.c lib_qsort.c
# Add the stdlib directory to the build
DEPPATH += --dep-path stdlib
VPATH += :stdlib