reactos/hal/halx86/up.cmake
Timo Kreuzer 400af0cfc5 [HAL] Add smp component and build x64 smp hal
Like the up component it contains the spinlock code and now also the HalpBuildType variable.
2021-06-19 12:17:18 +02:00

8 lines
166 B
CMake

list(APPEND HAL_UP_SOURCE
generic/buildtype.c
generic/spinlock.c)
add_library(lib_hal_up OBJECT ${HAL_UP_SOURCE})
add_dependencies(lib_hal_up bugcodes xdk)