voicemngr: Do not disable CheckDependencies

CheckDependencies failed because DT_RUNPATH had not been set. Since
commit 084691a29a (voicemngr: Do not manually specify BCM lib paths,
2024-03-25) we do set a proper RUNPATH, so we can re-enable dependency
checking.

Signed-off-by: Andreas Gnau <andreas.gnau@iopsys.eu>
This commit is contained in:
Andreas Gnau 2024-04-24 15:45:03 +02:00
parent 0793dccefa
commit 9f3e2ae06d
No known key found for this signature in database

View file

@ -52,7 +52,6 @@ ifeq ($(CONFIG_TARGET_brcmbca),y)
TARGET_CPPFLAGS :=
TARGET_CXXFLAGS :=
EXTRA_CFLAGS :=
CheckDependencies :=
endif