diff options
author | Burt P <pburt0@gmail.com> | 2019-08-02 21:58:53 -0500 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2019-08-10 16:47:25 -0700 |
commit | 3abc0caac6c7283f9e53ac83dc9173a2ac9f2928 (patch) | |
tree | 4ab11a09a21aa96c0b1308e8ca07c56f3bc59d9d /CMakeLists.txt | |
parent | 40515cec7c15c2bc0e97a119469902f0f214ed9b (diff) |
vendor.ids: update and move to sysobj_early
Signed-off-by: Burt P <pburt0@gmail.com>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index e9fff9f9..4a0ee640 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -120,7 +120,7 @@ set(HARDINFO_MODULES set(HARDINFO_RESOURCES "data/benchmark.conf" "data/benchmark.data" - "data/vendor.ids" + "deps/sysobj_early/data/vendor.ids" "deps/sysobj_early/data/sdcard.ids" ) |