mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 13:18:50 +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:
parent
31f832d8c5
commit
10f5f8f192
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ $(CXXOBJS) $(LINKOBJS): %$(OBJEXT): %.cxx
|
|||
$(call COMPILEXX, $<, $@)
|
||||
|
||||
libboard$(LIBEXT): $(OBJS) $(CXXOBJS)
|
||||
$(Q) $(AR) $@ # Create an empty archive
|
||||
$(Q) $(AR) $@
|
||||
ifneq ($(OBJS),)
|
||||
$(call ARCHIVE, $@, $(OBJS) $(CXXOBJS))
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue