From c12d2d4b64548a0f5301f154d6eec1981cb66c9b Mon Sep 17 00:00:00 2001 From: Burt P Date: Fri, 21 Jun 2019 10:36:50 -0500 Subject: DMI socket/module information moved from Processor to Memory DMI As discussed in https://github.com/lpereira/hardinfo/issues/345 Signed-off-by: Burt P --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 3806b1d0..7ae01bbf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -148,6 +148,7 @@ set(MODULE_devices_SOURCES modules/devices/gpu.c modules/devices/battery.c modules/devices/dmi.c + modules/devices/dmi_memory.c modules/devices/devicetree.c modules/devices/inputdevices.c modules/devices/pci.c -- cgit v1.2.3