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:
parent
35edb5a9af
commit
654faaa58c
1 changed files with 2 additions and 7 deletions
|
@ -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,10 +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/linux_driver.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
|
||||
|
|
Loading…
Add table
Reference in a new issue