summaryrefslogtreecommitdiff
path: root/nuttx/fs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/fs/Makefile')
-rw-r--r--nuttx/fs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/fs/Makefile b/nuttx/fs/Makefile
index 647739e32..b7d09a4e9 100644
--- a/nuttx/fs/Makefile
+++ b/nuttx/fs/Makefile
@@ -54,7 +54,7 @@ all: $(BIN)
$(AOBJS): %$(OBJEXT): %.S
$(CC) -c $(CFLAGS) -D__ASSEMBLY__ $< -o $@
-$(cOBJS): %$(OBJEXT): %.c
+$(COBJS): %$(OBJEXT): %.c
$(CC) -c $(CFLAGS) $< -o $@
$(BIN): $(OBJS)