diff options
author | Burt P <pburt0@gmail.com> | 2017-07-15 04:07:39 -0500 |
---|---|---|
committer | Leandro Pereira <leandro@hardinfo.org> | 2017-07-19 07:20:40 -0700 |
commit | 138f93243f3bae748b4025dfdf53be55292002e0 (patch) | |
tree | 0f966b12866ffa08a30062cba80122adf266ea97 /CMakeLists.txt | |
parent | 06f694b39e654262b3c32005c4dbfcd14e532ceb (diff) |
Begin support for device tree
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 cf29a960..aa146e8c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -124,6 +124,7 @@ set(MODULE_devices_SOURCES modules/devices/battery.c modules/devices/devmemory.c modules/devices/dmi.c + modules/devices/devicetree.c modules/devices/inputdevices.c modules/devices/pci.c modules/devices/printers.c |