Renamed linker file

This commit is contained in:
Guy Hutchison 2018-10-18 20:52:46 +00:00
parent 5c0e137792
commit 4e766af587
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ start.o: start.S
$(CC) -c -nostdlib start.S $(LDLIBS)
firmware.elf: firmware.o syscalls.o start.o
$(CC) $(LDFLAGS),-Map=firmware.map -o $@ $^ -T sections.lds $(LDLIBS)
$(CC) $(LDFLAGS),-Map=firmware.map -o $@ $^ -T sections.ld $(LDLIBS)
chmod -x firmware.elf
clean: