Kernel/x86 - Disabled task tracing
[tpg/acess2.git] / Makefile.x86_64.cfg
1
2 CC = x86_64-none-elf-gcc
3 LD = x86_64-none-elf-ld
4 DISASM = x86_64-none-elf-objdump -d -M x86-64
5
6 KERNEL_CFLAGS := -mcmodel=kernel -nostdlib -mno-red-zone -Wall -Werror
7 DYNMOD_CFLAGS := -mcmodel=small -fPIC -mno-red-zone
8
9 ARCHDIR = x86_64
10
11 ASFLAGS = -felf64
12

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