From 35129b2ba8e416f99f4095d93ae748762b0e36fb Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Tue, 18 Jun 2024 17:34:20 +0200 Subject: main controller firmware compiling again --- lib/pbdrv/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib') diff --git a/lib/pbdrv/CMakeLists.txt b/lib/pbdrv/CMakeLists.txt index a973406..91932b8 100644 --- a/lib/pbdrv/CMakeLists.txt +++ b/lib/pbdrv/CMakeLists.txt @@ -25,6 +25,10 @@ add_library(pbdrv OBJECT target_include_directories(pbdrv SYSTEM INTERFACE .) target_link_libraries(pbdrv mpack) +# TODO: pbdrv-mod should ideally only include sources specific to it, and link +# 'plain' pbdrv to provide the other functions. this seems to cause linker +# errors and I don't know why + # puzzle bus *module* specific code add_library(pbdrv-mod OBJECT pb-msg.c -- cgit v1.2.3