summaryrefslogtreecommitdiff
path: root/apps/system/ramtron/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/system/ramtron/Makefile')
-rw-r--r--apps/system/ramtron/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/system/ramtron/Makefile b/apps/system/ramtron/Makefile
index 45db17f56..4f5327abc 100644
--- a/apps/system/ramtron/Makefile
+++ b/apps/system/ramtron/Makefile
@@ -92,11 +92,11 @@ $(COBJS): %$(OBJEXT): %.c
$(Q) touch .built
ifeq ($(CONFIG_BUILD_KERNEL),y)
-$(INSTALL_DIR)/$(PROGNAME): $(OBJS)
- @echo "LD: $<"
- $(Q) $(LD) $(LDELFFLAGS) $(LDLIBPATH) -o $@ $(ARCHCRT0OBJ) $^ $(LDLIBS)
+$(BIN_DIR)$(DELIM)$(PROGNAME): $(OBJS)
+ @echo "LD: $(PROGNAME)"
+ $(Q) $(LD) $(LDELFFLAGS) $(LDLIBPATH) -o $(INSTALL_DIR)$(DELIM)$(PROGNAME) $(ARCHCRT0OBJ) $(LDLIBS)
-install: $(INSTALL_DIR)/$(PROGNAME)
+install: $(BIN_DIR)$(DELIM)$(PROGNAME)
else
install: