aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Cunningham <cc@localhost>2021-11-07 16:25:36 -0700
committerChristian Cunningham <cc@localhost>2021-11-07 16:25:36 -0700
commite2d6c3bdf075147f7c98e0e025d95e238ab2ff9d (patch)
tree920bb3bbbbf803fcdd048170a8d0cbcc9ad055d4 /Makefile
parent3e8104ab13d257389a695e1db56ddc77c10a1bc8 (diff)
Copy debug file to W10 folder
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 25f82e8..0252b36 100644
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,7 @@ build/kernel.elf: ${A_OBJECTD} ${C_OBJECTD}
${CC} -T linker.ld -o $@ -ffreestanding -O2 -nostdlib $^ -lgcc
export: build/kernel.list
- cp build/kernel.elf /mnt/c/Local/
+ cp build/kernel-g.elf /mnt/c/Local/
obj/%.o: src/%.S
${AS} ${AFLAGS} -g -c $< -o $@