mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
apps/examples/ustream: Fix error in Makefile
This commit is contained in:
parent
a4e66459d0
commit
f6499a4813
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ $(COBJS): %$(OBJEXT): %.c
|
|||
$(call COMPILE, $<, $@)
|
||||
|
||||
.built: $(OBJS)
|
||||
$(call ARCHIVE, $(USTREAM_BIN), $(SERVER_OBJS))
|
||||
$(call ARCHIVE, $(USTREAM_BIN), $(OBJS))
|
||||
$(Q) touch .built
|
||||
|
||||
ifeq ($(CONFIG_BUILD_KERNEL),y)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue