From 1650cb9619fc3dd23099fceaf8c41424788cd7a6 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 31 Mar 2015 11:25:52 -0600 Subject: boardctl(): Add a new non-standard OS interface. This is similar to a driver IOCTL call. But this is an IOCTL call directly on the board logic. This function will eventually replace all of the ad hoc OS interfaces that are current used to perform application specific intialiation and application driver test confifuration. It essentially formalizes and institutionalizes these rogue interface in to at least a single crazy call. --- nuttx/Directories.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/Directories.mk') diff --git a/nuttx/Directories.mk b/nuttx/Directories.mk index 9f175a675..83cbb5f1a 100644 --- a/nuttx/Directories.mk +++ b/nuttx/Directories.mk @@ -69,7 +69,7 @@ endif # be cleaned to prevent garbage from collecting in them when changing # configurations. -NONFSDIRS = sched $(ARCH_SRC) $(NUTTX_ADDONS) +NONFSDIRS = sched configs $(ARCH_SRC) $(NUTTX_ADDONS) FSDIRS = fs drivers binfmt CONTEXTDIRS = $(APPDIR) USERDIRS = -- cgit v1.2.3