Kernel/x86 - Disabled task tracing
[tpg/acess2.git] / Makefile.x86_64.cfg
index 0c32d71..f5985c2 100644 (file)
@@ -3,8 +3,10 @@ CC = x86_64-none-elf-gcc
 LD = x86_64-none-elf-ld
 DISASM = x86_64-none-elf-objdump -d -M x86-64
 
-KERNEL_CFLAGS := -mcmodel=kernel -nostdlib -mno-red-zone
+KERNEL_CFLAGS := -mcmodel=kernel -nostdlib -mno-red-zone -Wall -Werror
 DYNMOD_CFLAGS := -mcmodel=small -fPIC -mno-red-zone
 
 ARCHDIR = x86_64
 
+ASFLAGS = -felf64
+

UCC git Repository :: git.ucc.asn.au