Skip to content

Commit

Permalink
[bug] cmake sytax error
Browse files Browse the repository at this point in the history
  • Loading branch information
YuzukiTsuru committed Jan 3, 2024
1 parent 582bc81 commit 869bab7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/drivers/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if (CONFIG_CHIP_WITHPMU)
)
endif()

if (!CONFIG_CHIP_CLK_V1)
if (NOT CONFIG_CHIP_CLK_V1)
set(COMMON_DRIVER
${COMMON_DRIVER}
sys-rtc.c
Expand All @@ -35,7 +35,6 @@ if (!CONFIG_CHIP_CLK_V1)
)
endif()


add_library(drivers-obj OBJECT
${COMMON_DRIVER}
${DRIVER_PMU}
Expand Down

0 comments on commit 869bab7

Please sign in to comment.