meson.build: Remove unused hash.c from qrtr-cfg compilation

Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
This commit is contained in:
Luca Weiss
2025-11-21 13:15:13 +01:00
parent ab378a18f4
commit 6d950d26e5

View File

@@ -1,8 +1,7 @@
# SPDX-License-Identifier: BSD-3-Clause
cfg_srcs = ['addr.c',
'cfg.c',
'hash.c']
'cfg.c']
executable('qrtr-cfg',
cfg_srcs,
link_with : libqrtr,