summaryrefslogtreecommitdiff
path: root/nuttx/fs
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-28 16:45:39 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-28 16:45:39 -0600
commita17a384907bf0526acc7573bb609c97dfb47f143 (patch)
tree27046eb334b078f1ae284a924ec106b18b707b14 /nuttx/fs
parent348415baf87409103939b93455af7b1a22a1b938 (diff)
downloadpx4-nuttx-a17a384907bf0526acc7573bb609c97dfb47f143.tar.gz
px4-nuttx-a17a384907bf0526acc7573bb609c97dfb47f143.tar.bz2
px4-nuttx-a17a384907bf0526acc7573bb609c97dfb47f143.zip
Fix a typo in a Make.defs file
Diffstat (limited to 'nuttx/fs')
-rw-r--r--nuttx/fs/semaphore/Make.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/fs/semaphore/Make.defs b/nuttx/fs/semaphore/Make.defs
index 27478c3ca..08b6d8034 100644
--- a/nuttx/fs/semaphore/Make.defs
+++ b/nuttx/fs/semaphore/Make.defs
@@ -35,7 +35,7 @@
# Include named semaphore support
-ifneq ($(CONFIG_FS_NAMED_SEMAPHORES),0)
+ifeq ($(CONFIG_FS_NAMED_SEMAPHORES),y)
CSRCS += sem_open.c sem_close.c sem_unlink.c