mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-07-06 20:00:45 +08:00
apps/examples/ustream: Fix error in Makefile
This commit is contained in:
parent
a4e66459d0
commit
f6499a4813
@ -116,7 +116,7 @@ $(COBJS): %$(OBJEXT): %.c
|
|||||||
$(call COMPILE, $<, $@)
|
$(call COMPILE, $<, $@)
|
||||||
|
|
||||||
.built: $(OBJS)
|
.built: $(OBJS)
|
||||||
$(call ARCHIVE, $(USTREAM_BIN), $(SERVER_OBJS))
|
$(call ARCHIVE, $(USTREAM_BIN), $(OBJS))
|
||||||
$(Q) touch .built
|
$(Q) touch .built
|
||||||
|
|
||||||
ifeq ($(CONFIG_BUILD_KERNEL),y)
|
ifeq ($(CONFIG_BUILD_KERNEL),y)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user