mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
configs/Board.mk: Remove comment form end of line. In windows native build, it appears to be trying to make that an extra parameter to the AR command
This commit is contained in:
+1
-1
@@ -113,7 +113,7 @@ $(CXXOBJS) $(LINKOBJS): %$(OBJEXT): %.cxx
|
|||||||
$(call COMPILEXX, $<, $@)
|
$(call COMPILEXX, $<, $@)
|
||||||
|
|
||||||
libboard$(LIBEXT): $(OBJS) $(CXXOBJS)
|
libboard$(LIBEXT): $(OBJS) $(CXXOBJS)
|
||||||
$(Q) $(AR) $@ # Create an empty archive
|
$(Q) $(AR) $@
|
||||||
ifneq ($(OBJS),)
|
ifneq ($(OBJS),)
|
||||||
$(call ARCHIVE, $@, $(OBJS) $(CXXOBJS))
|
$(call ARCHIVE, $@, $(OBJS) $(CXXOBJS))
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user