File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -61,12 +61,12 @@ endif()
6161####################################
6262# Populate the Cru/Constants.h file with the register addresses contained in CRU/cru_table.py
6363####################################
64- execute_process (COMMAND /usr/bin/env python3 ${CMAKE_CURRENT_SOURCE_DIR} /src/Cru/cru_constants_populate.py
65- WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} /src/Cru
66- RESULT_VARIABLE status )
67- IF (NOT "${status} " EQUAL "0" )
68- MESSAGE (WARNING "Couldn't update CRU Register Addresses" )
69- ENDIF ()
64+ # execute_process(COMMAND /usr/bin/env python3 ${CMAKE_CURRENT_SOURCE_DIR}/src/Cru/cru_constants_populate.py
65+ # WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/src/Cru
66+ # RESULT_VARIABLE status)
67+ # IF(NOT "${status}" EQUAL "0")
68+ # MESSAGE(WARNING "Couldn't update CRU Register Addresses")
69+ # ENDIF()
7070
7171####################################
7272# Dependencies
You can’t perform that action at this time.
0 commit comments