Is it possible to target all hall libraries of a device via something like: ``` target_link_libraries(executable_name HAL::STM32::F4 ```` so that each time a new peripheral is used the makefile won't need changes?