diff options
author | Burt P <pburt0@gmail.com> | 2019-06-21 10:36:50 -0500 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2019-06-22 08:45:43 -0700 |
commit | c12d2d4b64548a0f5301f154d6eec1981cb66c9b (patch) | |
tree | 70a5d18a0954ac16285e0e6e9a95327e7a37f541 /CMakeLists.txt | |
parent | 6c3f27c5b435bccaab111d8dd32dc28473251f10 (diff) |
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 <pburt0@gmail.com>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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 |