summaryrefslogtreecommitdiff
path: root/nuttx/arch/8051/src/Makefile.sdccl
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/arch/8051/src/Makefile.sdccl')
-rw-r--r--nuttx/arch/8051/src/Makefile.sdccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/arch/8051/src/Makefile.sdccl b/nuttx/arch/8051/src/Makefile.sdccl
index e90ef23e9..ee6fc69e3 100644
--- a/nuttx/arch/8051/src/Makefile.sdccl
+++ b/nuttx/arch/8051/src/Makefile.sdccl
@@ -200,7 +200,7 @@ up_mem.h: pass1.mem
libarch$(LIBEXT): up_mem.h $(OBJS)
$(call ARCHIVE, $@, $(OBJS))
-# This builds the libboard library in the board/ subdirectory
+# This builds the libboard library in the board/ subdirectory
board/libboard$(LIBEXT):
$(Q) $(MAKE) -C board TOPDIR="$(TOPDIR)" libboard$(LIBEXT) EXTRADEFINES=$(EXTRADEFINES)