diff options
author | Burt P <pburt0@gmail.com> | 2019-08-03 10:49:30 -0500 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2019-08-10 16:47:25 -0700 |
commit | 4ebe1d6b2bc615acbe28aa8defdeda2c71d1c57f (patch) | |
tree | 649d76f44a8cb6a4a556cefc522dc3b4a33a1889 /CMakeLists.txt | |
parent | 3abc0caac6c7283f9e53ac83dc9173a2ac9f2928 (diff) |
arm: use arm.ids for implementer/part lookup
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 4a0ee640..66caf399 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -122,6 +122,7 @@ set(HARDINFO_RESOURCES "data/benchmark.data" "deps/sysobj_early/data/vendor.ids" "deps/sysobj_early/data/sdcard.ids" + "deps/sysobj_early/data/arm.ids" ) set(HARDINFO_MANPAGES |