From 6fdf4de02b39bc626e226fd1da587692371a81d2 Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Wed, 24 Mar 2010 00:59:16 +0000 Subject: [PATCH] Fix build (1/x) svn path=/branches/ros-amd64-bringup/; revision=46384 --- reactos/hal/hal.rbuild | 8 +++++++- reactos/hal/halx86/hal_generic.rbuild | 28 +++++++++++++++++++++------ reactos/hal/halx86/halamd64.rbuild | 3 +++ 3 files changed, 32 insertions(+), 7 deletions(-) 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 @@ + +