Make system: Build the drivers/ directory even if file descriptors are disabled. There are still things that may be needed from the drivers/ director (such as SYSLOG logic or lower half drivers).

This commit is contained in:
Gregory Nutt
2016-06-20 16:33:20 -06:00
parent 505ca542e8
commit ec1e1a10fd
6 changed files with 41 additions and 15 deletions
+4
View File
@@ -12105,3 +12105,7 @@
* SYSLOG: Remove lowsyslog(), vlowsyslog(), and associated macros
*llinfo(), *llwarn(), and llerr(). In the redesigned syslog() logic,
these serve no purpose (2016-06-20).
* Make system: Need to build the drivers/ directory even it file
descriptors are not supported. There are things in the drivers/
directory that are still needed (like SYSLOG logic).