summaryrefslogtreecommitdiff
path: root/Source/Kernel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Kernel/Makefile')
-rw-r--r--Source/Kernel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Kernel/Makefile b/Source/Kernel/Makefile
index 6a44ecf..cb51309 100644
--- a/Source/Kernel/Makefile
+++ b/Source/Kernel/Makefile
@@ -3,7 +3,7 @@
CC = gcc
CXX = g++
LD = ld
-LDFLAGS = -T Link.ld -Map Map.txt --oformat=elf32-i386
+LDFLAGS = -T Kernel.ld -Map Kernel.map --oformat=elf32-i386
CFLAGS = -nostdlib -nostartfiles -nodefaultlibs -fno-builtin -fno-stack-protector -Wall -Wextra -Werror -I .
CXXFLAGS = -nostartfiles -nostdlib -fno-exceptions -fno-rtti -I . -I ../Library/Common -I ../Library/Interface -Wall -Werror -Wno-write-strings -funsigned-char -D THIS_IS_MELON_KERNEL -D RANDOM_SEED=1`date +%N`LL -O2
ASM = nasm