X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=KernelLand%2FKernel%2Farch%2Fx86%2FMakefile;h=9e5a883cb5aafa2c620882f6452ac6697f2498a2;hb=4e3d3dfaa9e9cd4f7a83416ea87e498b4836052e;hp=7372839dd9dd239707e7172fd8150c34e3486eb6;hpb=d0b4559f2936f6d9f06be0f7c3c51527a480ec0d;p=tpg%2Facess2.git diff --git a/KernelLand/Kernel/arch/x86/Makefile b/KernelLand/Kernel/arch/x86/Makefile index 7372839d..9e5a883c 100644 --- a/KernelLand/Kernel/arch/x86/Makefile +++ b/KernelLand/Kernel/arch/x86/Makefile @@ -5,7 +5,7 @@ AS_SUFFIX = asm -CPPFLAGS = +CPPFLAGS = CFLAGS = ASFLAGS = -f elf @@ -24,3 +24,7 @@ A_OBJ = start.ao main.o mboot.o lib.o desctab.ao errors.o irq.o A_OBJ += mm_phys.o mm_virt.o A_OBJ += proc.o proc.ao time.o vm8086.o A_OBJ += kpanic.o pci.o vpci.o +#A_OBJ += acpica.o + +#EXTERNS += ACPICA +