Skip to content

Commit f00fd6c

Browse files
duynguyenxaKhiemNguyenT
authored andcommitted
hal: CMakeLists: Add zephyr_library() define to hal_reneas
zephyr_library() is a CMake function used in Zephyr's build system to define and manage a Zephyr library. This option will separate the hal_renesas with other zephyr library make it easier to add customize build option. Signed-off-by: Duy Nguyen <[email protected]>
1 parent 14ab5ea commit f00fd6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# SPDX-License-Identifier: Apache-2.0
22

3+
zephyr_library()
34
add_subdirectory_ifdef(CONFIG_HAS_RENESAS_RA_FSP ra)
45
add_subdirectory_ifdef(CONFIG_HAS_RENESAS_RZ_FSP rz)

0 commit comments

Comments
 (0)