summaryrefslogtreecommitdiff
path: root/apps/examples/pipe
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/pipe')
-rw-r--r--apps/examples/pipe/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/examples/pipe/Makefile b/apps/examples/pipe/Makefile
index 15170a535..2e4b1675c 100644
--- a/apps/examples/pipe/Makefile
+++ b/apps/examples/pipe/Makefile
@@ -93,7 +93,7 @@ $(COBJS): %$(OBJEXT): %.c
ifeq ($(CONFIG_BUILD_KERNEL),y)
$(BIN_DIR)$(DELIM)$(PROGNAME): $(OBJS) $(MAINOBJ)
@echo "LD: $(PROGNAME)"
- $(Q) $(LD) $(LDELFFLAGS) $(LDLIBPATH) -o $(INSTALL_DIR)$(DELIM)$(PROGNAME) $(ARCHCRT0OBJ) $(LDLIBS)
+ $(Q) $(LD) $(LDELFFLAGS) $(LDLIBPATH) -o $(INSTALL_DIR)$(DELIM)$(PROGNAME) $(ARCHCRT0OBJ) $(MAINOBJ) $(LDLIBS)
install: $(BIN_DIR)$(DELIM)$(PROGNAME)