Skip to content

Commit

Permalink
examples/thttpd: align to elf/posix_spawn exmaples to fix depend buil…
Browse files Browse the repository at this point in the history
…d 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>
  • Loading branch information
liuguo09 authored and acassis committed Apr 15, 2020
1 parent 771811c commit b8dc15f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions examples/thttpd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit b8dc15f

Please sign in to comment.