apps/examples/ustream: Fix error in Makefile

This commit is contained in:
Gregory Nutt 2015-01-27 14:46:01 -06:00
parent a4e66459d0
commit f6499a4813

View File

@ -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)