diff --git a/reactos/hal/hal.rbuild b/reactos/hal/hal.rbuild index b846b042bf5..5fcdc0a4621 100644 --- a/reactos/hal/hal.rbuild +++ b/reactos/hal/hal.rbuild @@ -2,7 +2,13 @@ - + + + + + + + diff --git a/reactos/hal/halx86/hal_generic.rbuild b/reactos/hal/halx86/hal_generic.rbuild index 98cb36b95a5..971ffc83896 100644 --- a/reactos/hal/halx86/hal_generic.rbuild +++ b/reactos/hal/halx86/hal_generic.rbuild @@ -74,22 +74,38 @@ sysbus.c beep.c - bios.c cmos.c dma.c display.c drive.c - misc.c - pic.c - portio.c - processor.c profil.c reboot.c spinlock.c sysinfo.c - systimer.S timer.c usage.c + + bios.c + misc.c + pic.c + trap.S + usage.c + + portio.c + systimer.S + v86.s + + + + + halinit.c + irq.S + misc.c + apic.c + systimer.S + usage.c + + halinit_up.c diff --git a/reactos/hal/halx86/halamd64.rbuild b/reactos/hal/halx86/halamd64.rbuild index a4d9eb771df..5deb29fb68e 100644 --- a/reactos/hal/halx86/halamd64.rbuild +++ b/reactos/hal/halx86/halamd64.rbuild @@ -1,5 +1,6 @@ + @@ -31,3 +32,5 @@ + +