Separate flat, protected, and kernel mode library selected into separate files. The conditional logic as exceed my able to comprehend and maintain the selections.

This commit is contained in:
Gregory Nutt
2014-08-30 10:43:58 -06:00
parent a8de6be1b9
commit 351d20717d
6 changed files with 232 additions and 25 deletions
+8
View File
@@ -117,7 +117,15 @@ endif
# Library build selections
ifeq ($(CONFIG_BUILD_PROTECTED),y)
include ProtectedLibs.mk
else
ifeq ($(CONFIG_BUILD_KERNEL),y)
include KernelLibs.mk
else
include FlatLibs.mk
endif
endif
# LINKLIBS derives from NUTTXLIBS and is simply the same list with the
# subdirectory removed