Added current time syscall, commented some others
[tpg/acess2.git] / Kernel / arch / x86_64 / Makefile
index 2e1b84a..f539e25 100644 (file)
@@ -3,16 +3,10 @@
 # i386 Architecture Makefile
 # arch/i386/Makefile
 
-# Assuming build machine is 32-bit ELF
-#CC = gcc
-#AS = nasm
-#LD = ld
-#OBJDUMP = objdump
-
 MAX_CPUS := 4
 
 CPPFLAGS       := -DMAX_CPUS=$(MAX_CPUS)
-CFLAGS         := $(KERNEL_CFLAGS)
+CFLAGS         := $(KERNEL_CFLAGS) -mno-sse -mno-mmx
 ASFLAGS                := -f elf64 -D MAX_CPUS=$(MAX_CPUS)
 LDFLAGS        := -nostdlib -nodefaultlibs
 
@@ -29,4 +23,4 @@ endif
 
 A_OBJ  = start32.ao start64.ao desctab.ao
 A_OBJ += main.o lib.o proc.o mm_virt.o mm_phys.o vm8086.o
-A_OBJ += kernelpanic.o
+A_OBJ += kernelpanic.o errors.o

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