Skip to content

Commit 0d624b3

Browse files
committed
Move linker.ld to src/
Seems a bit cleaner, and it is source, after all.
1 parent a4e7a8c commit 0d624b3

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ build/kernel.o: build/ src/kernel.c
3838

3939
build/jdsos.bin: build/ build/boot.o build/kernel.o
4040
export PATH="$(CROSSBINDIR):$(PATH)" && \
41-
i586-elf-gcc -T linker.ld -o $@ -ffreestanding -O2 -nostdlib $? -lgcc
41+
i586-elf-gcc -T src/linker.ld -o $@ -ffreestanding -O2 -nostdlib $? -lgcc
4242

4343
clean:
4444
rm -f build/*

linker.ld renamed to src/linker.ld

File renamed without changes.

0 commit comments

Comments
 (0)