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