Skip to content

Commit a8bd66e

Browse files
KATE-WANG-NXPdleach02
authored andcommitted
mcux: add cmake file for soc_mipi_dsi
Add missing cmake file for device specific driver soc_mipi_dsi for RT700. Signed-off-by: Kate Wang <[email protected]>
1 parent b898803 commit a8bd66e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
#Description: SOC MIPI DSI Driver; user_visible: True
2+
include_guard(GLOBAL)
3+
message("driver_soc_mipi_dsi component is included.")
4+
5+
target_sources(${MCUX_SDK_PROJECT_NAME} PRIVATE
6+
${CMAKE_CURRENT_LIST_DIR}/fsl_soc_mipi_dsi.h
7+
)
8+
9+
target_include_directories(${MCUX_SDK_PROJECT_NAME} PUBLIC
10+
${CMAKE_CURRENT_LIST_DIR}/.
11+
)
12+
13+
14+
include(driver_common)

0 commit comments

Comments
 (0)