1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

cmake move drivers to linux section

Signed-off-by: Pascal Bauer <pascal.bauer@rwth-aachen.de>
This commit is contained in:
Pascal Bauer 2024-08-30 13:37:53 +02:00
parent 9b1524fe7b
commit 10e6aee8f0

View file

@ -15,12 +15,6 @@ add_library(villas-common SHARED
cpuset.cpp
dsp/pid.cpp
hist.cpp
kernel/devices/generic_driver.cpp
kernel/devices/ip_device.cpp
kernel/devices/platform_device.cpp
kernel/devices/utils.cpp
kernel/kernel.cpp
kernel/rt.cpp
list.cpp
@ -45,7 +39,11 @@ endif()
if(CMAKE_SYSTEM_NAME STREQUAL Linux)
target_sources(villas-common PRIVATE
kernel/devices/generic_driver.cpp
kernel/devices/ip_device.cpp
kernel/devices/pci_device.cpp
kernel/devices/platform_device.cpp
kernel/devices/utils.cpp
kernel/vfio_device.cpp
kernel/vfio_group.cpp
kernel/vfio_container.cpp