mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 12:53:33 +00:00
b819608ed8
svn path=/branches/condrv_restructure/; revision=63104
16 lines
361 B
CMake
16 lines
361 B
CMake
|
|
list(APPEND HAL_APIC_ASM_SOURCE
|
|
apic/apictrap.S
|
|
apic/tsccal.S)
|
|
|
|
list(APPEND HAL_APIC_SOURCE
|
|
apic/apic.c
|
|
apic/apictimer.c
|
|
apic/halinit_apic.c
|
|
apic/rtctimer.c
|
|
apic/tsc.c)
|
|
|
|
add_asm_files(lib_hal_apic_asm ${HAL_APIC_ASM_SOURCE})
|
|
add_object_library(lib_hal_apic ${HAL_APIC_SOURCE} ${lib_hal_apic_asm})
|
|
add_dependencies(lib_hal_apic asm)
|