Fix a typo in a Make.defs file
This commit is contained in:
parent
999cc5ef8b
commit
11a33801c4
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user