reactos/hal/halx86/up.cmake
Hermès Bélusca-Maïto b819608ed8 Create a branch for console restructuration work.
svn path=/branches/condrv_restructure/; revision=63104
2014-05-02 14:13:40 +00:00

8 lines
157 B
CMake

list(APPEND HAL_UP_SOURCE
generic/spinlock.c
up/processor.c)
add_object_library(lib_hal_up ${HAL_UP_SOURCE})
add_dependencies(lib_hal_up bugcodes)