X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Farch%2Fx86%2FMakefile;h=87dd2b2324ea79d4c6d57a3f6337a49476e5d663;hb=1c2a87ec67d332b6a165c79398693eac1eb1166e;hp=319c8f6f29926b20c0425a5cedb3c27af02ec8a9;hpb=d52a53f035af92941c0cafe5f81888fed16d2462;p=tpg%2Facess2.git diff --git a/Kernel/arch/x86/Makefile b/Kernel/arch/x86/Makefile index 319c8f6f..87dd2b23 100644 --- a/Kernel/arch/x86/Makefile +++ b/Kernel/arch/x86/Makefile @@ -32,3 +32,4 @@ endif A_OBJ = start.ao main.o lib.o desctab.ao errors.o irq.o A_OBJ += mm_phys.o mm_virt.o A_OBJ += proc.o time.o +#A_OBJ += gdb_stub.o