Ignore:
Timestamp:
Apr 16, 2013, 5:33:46 PM (11 years ago)
Author:
cfuguet
Message:

Modification in tsar/trunk/softs/tsar_boot

Writing the carriage return ('\r')character whenever the
line feed character ('\n') is written on the tty.
This modification has been implemented in the boot_putc
function.

Relocating the ldscript of the tsar_boot into each platform
conf directory.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/softs/tsar_boot/Makefile

    r293 r368  
    7070all: $(TARGET)
    7171
    72 $(TARGET): $(BUILD_DIR) $(OBJS) conf/ldscript $(BUILD_DIR)/platform.ld
     72$(TARGET): $(BUILD_DIR) $(OBJS) $(PLATFORM_DIR)/ldscript $(BUILD_DIR)/platform.ld
    7373        $(ECHO) "[   LD   ]     $@"
    74         $(LD) -o $@ -T conf/ldscript $(OBJS)
     74        $(LD) -o $@ -T $(PLATFORM_DIR)/ldscript $(OBJS)
    7575        $(DU) -D $@ > $@.txt
    7676
Note: See TracChangeset for help on using the changeset viewer.