reactos/hal/halx86/up.cmake
Amine Khaldi 0ee830d7a4 * Create a branch for USB experiments.
svn path=/branches/usb-experiments/; revision=72629
2016-09-09 15:11:19 +00:00

7 lines
161 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 xdk)