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, $<, $@)
|
||||
|
||||
.built: $(OBJS)
|
||||
$(call ARCHIVE, $(USTREAM_BIN), $(SERVER_OBJS))
|
||||
$(call ARCHIVE, $(USTREAM_BIN), $(OBJS))
|
||||
$(Q) touch .built
|
||||
|
||||
ifeq ($(CONFIG_BUILD_KERNEL),y)
|
||||
|
Loading…
Reference in New Issue
Block a user