mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
examples/thttpd: align to elf/posix_spawn exmaples to fix depend build warning
Build warning logs as below: arm-none-eabi-gcc: warning: ./hello/Makefile: linker input file unused because linking not done Signed-off-by: liuhaitao <liuhaitao@xiaomi.com>
This commit is contained in:
parent
771811c1d7
commit
b8dc15f646
1 changed files with 0 additions and 3 deletions
|
|
@ -62,9 +62,6 @@ build:
|
|||
context::
|
||||
+$(Q) $(CONTENT_MAKE) context TOPDIR="$(TOPDIR)" APPDIR="$(APPDIR)" CROSSDEV=$(CROSSDEV)
|
||||
|
||||
depend::
|
||||
+$(Q) $(CONTENT_MAKE) depend TOPDIR="$(TOPDIR)" APPDIR="$(APPDIR)" CROSSDEV=$(CROSSDEV)
|
||||
|
||||
clean::
|
||||
+$(Q) $(CONTENT_MAKE) clean TOPDIR="$(TOPDIR)" APPDIR="$(APPDIR)" CROSSDEV=$(CROSSDEV)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue