Fix a typo in a Make.defs file

This commit is contained in:
Gregory Nutt 2014-09-28 16:45:39 -06:00
parent 999cc5ef8b
commit 11a33801c4

View File

@ -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