diff --git a/examples/ustream/Makefile b/examples/ustream/Makefile index 1b399860c..b5570cbe3 100644 --- a/examples/ustream/Makefile +++ b/examples/ustream/Makefile @@ -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)