diff options
Diffstat (limited to 'i386/Makefrag.am')
-rw-r--r-- | i386/Makefrag.am | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/i386/Makefrag.am b/i386/Makefrag.am index 50eaecf..3e17bb4 100644 --- a/i386/Makefrag.am +++ b/i386/Makefrag.am @@ -26,7 +26,6 @@ libkernel_a_SOURCES += \ i386/i386at/cons_conf.c \ i386/i386at/cram.h \ i386/i386at/disk.h \ - i386/i386at/rtc.c \ i386/i386at/i8250.h \ i386/i386at/idt.h \ i386/i386at/immc.c \ @@ -44,6 +43,7 @@ libkernel_a_SOURCES += \ i386/i386at/kdsoft.h \ i386/i386at/model_dep.c \ i386/i386at/pic_isa.c \ + i386/i386at/rtc.c \ i386/i386at/rtc.h \ i386/include/mach/sa/stdarg.h @@ -85,9 +85,8 @@ libkernel_a_SOURCES += \ i386/i386/idt.c \ i386/i386/idt_inittab.S \ i386/i386/io_map.c \ - i386/i386/io_port.h \ - i386/i386/iopb.c \ - i386/i386/iopb.h \ + i386/i386/io_perm.c \ + i386/i386/io_perm.h \ i386/i386/ipl.h \ i386/i386/ktss.c \ i386/i386/ktss.h \ @@ -101,6 +100,7 @@ libkernel_a_SOURCES += \ i386/i386/loose_ends.c \ i386/i386/mach_param.h \ i386/i386/machine_routines.h \ + i386/i386/machine_task.c \ i386/i386/machspl.h \ i386/i386/mp_desc.c \ i386/i386/mp_desc.h \ @@ -120,6 +120,7 @@ libkernel_a_SOURCES += \ i386/i386/setjmp.h \ i386/i386/spl.S \ i386/i386/spl.h \ + i386/i386/task.h \ i386/i386/thread.h \ i386/i386/time_stamp.h \ i386/i386/timer.h \ |