fix incorrect config dependency
authorAhreum Jeong <ahreum.jeong@samsung.com>
Mon, 15 May 2017 05:37:11 +0000 (14:37 +0900)
committerAhreum Jeong <ahreum.jeong@samsung.com>
Fri, 19 May 2017 07:07:13 +0000 (16:07 +0900)
It brings build error that uptime_operations is not found when CONFIG_FS_PROCFS_EXCLUDE_PROCESS is enabled

os/fs/procfs/fs_procfsuptime.c

index 76717ec..02ca33b 100644 (file)
@@ -77,7 +77,7 @@
 #include <tinyara/fs/procfs.h>
 
 #if !defined(CONFIG_DISABLE_MOUNTPOINT) && defined(CONFIG_FS_PROCFS)
-#ifndef CONFIG_FS_PROCFS_EXCLUDE_PROCESS
+#ifndef CONFIG_FS_PROCFS_EXCLUDE_UPTIME
 
 /****************************************************************************
  * Pre-processor Definitions