summaryrefslogtreecommitdiffstats
path: root/pcitool
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@suren.me>2015-08-18 07:02:32 +0200
committerSuren A. Chilingaryan <csa@suren.me>2015-08-18 07:02:32 +0200
commite256f2f50cc579a89e8b9460e192097e99e36ccb (patch)
treef8114bf94cf122658b072dcc709d0b8e1182e599 /pcitool
parentc8fe6103fa27308822592a8c3e7dc883fd299c3a (diff)
downloadpcitool-e256f2f50cc579a89e8b9460e192097e99e36ccb.tar.gz
pcitool-e256f2f50cc579a89e8b9460e192097e99e36ccb.tar.bz2
pcitool-e256f2f50cc579a89e8b9460e192097e99e36ccb.tar.xz
pcitool-e256f2f50cc579a89e8b9460e192097e99e36ccb.zip
Add support for kernel 4.1
Diffstat (limited to 'pcitool')
-rw-r--r--pcitool/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcitool/CMakeLists.txt b/pcitool/CMakeLists.txt
index fc88de6..4aea142 100644
--- a/pcitool/CMakeLists.txt
+++ b/pcitool/CMakeLists.txt
@@ -12,7 +12,7 @@ link_directories(
if (NOT DISABLE_PCITOOL)
add_executable(pci cli.c sysinfo.c formaters.c)
set(HEADERS ${HEADERS} sysinfo.h formaters.h)
- add_dependencies(pci pcitool)
+ add_dependencies(pci pcilib)
target_link_libraries(pci pcilib ${FASTWRITER_LIBRARIES})
set_target_properties(pci PROPERTIES
LINK_FLAGS "${CMAKE_THREAD_LIBS_INIT} ${EXTRA_SYSTEM_LIBS}"