lib/midi2: Do not add to include path always
Do not add this folder to the include path when this component is not enabled. As that creates noise and slows down builds. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
committed by
Fabio Baltieri
parent
0a92e6f908
commit
4d0852b005
@@ -1,8 +1,7 @@
|
||||
# Copyright (c) 2025 Titouan Christophe
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
zephyr_include_directories(.)
|
||||
|
||||
if(CONFIG_MIDI2_UMP_STREAM_RESPONDER)
|
||||
zephyr_include_directories(.)
|
||||
zephyr_sources(ump_stream_responder.c)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user