mirror of
https://github.com/apache/nuttx.git
synced 2026-08-16 09:53:23 +00:00
Should be silent on make commands
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1780 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
4d979da77c
commit
1feb285655
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ libarch$(LIBEXT): $(OBJS)
|
|||
done ; )
|
||||
|
||||
board/libboard$(LIBEXT):
|
||||
$(MAKE) -C board TOPDIR="$(TOPDIR)" libboard$(LIBEXT)
|
||||
@$(MAKE) -C board TOPDIR="$(TOPDIR)" libboard$(LIBEXT)
|
||||
|
||||
nuttx: $(HEAD_AOBJ) board/libboard$(LIBEXT)
|
||||
@echo "LD: nuttx"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue