From dffc0b9dd005015f5df36448b1f2952493f5fc1e Mon Sep 17 00:00:00 2001 From: Burt P Date: Sat, 17 Mar 2018 15:48:47 -0500 Subject: [new] pci_util: functions and data structures for pci information Based on usb_util. Only current method is via lspci, but framework exists to add other methods. Signed-off-by: Burt P --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index bc480146..628583b5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -215,6 +215,7 @@ endif() if (HARDINFO_GTK3) add_executable(hardinfo hardinfo/usb_util.c + hardinfo/pci_util.c hardinfo/binreloc.c hardinfo/expr.c hardinfo/hardinfo.c @@ -244,6 +245,7 @@ target_link_libraries(hardinfo else() add_executable(hardinfo hardinfo/usb_util.c + hardinfo/pci_util.c hardinfo/binreloc.c hardinfo/expr.c hardinfo/hardinfo.c -- cgit v1.2.3