Changeset 368 for trunk/softs/tsar_boot/Makefile
- Timestamp:
- Apr 16, 2013, 5:33:46 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/softs/tsar_boot/Makefile
r293 r368 70 70 all: $(TARGET) 71 71 72 $(TARGET): $(BUILD_DIR) $(OBJS) conf/ldscript $(BUILD_DIR)/platform.ld72 $(TARGET): $(BUILD_DIR) $(OBJS) $(PLATFORM_DIR)/ldscript $(BUILD_DIR)/platform.ld 73 73 $(ECHO) "[ LD ] $@" 74 $(LD) -o $@ -T conf/ldscript $(OBJS)74 $(LD) -o $@ -T $(PLATFORM_DIR)/ldscript $(OBJS) 75 75 $(DU) -D $@ > $@.txt 76 76
Note: See TracChangeset
for help on using the changeset viewer.