diff --git a/ice40/family.cmake b/ice40/family.cmake index 374c62eb..75061f44 100644 --- a/ice40/family.cmake +++ b/ice40/family.cmake @@ -51,7 +51,7 @@ else() DEPENDS ${DEV_TXT_DB} ${DB_PY} ) add_custom_command(OUTPUT ${DEV_CC_DB} - COMMAND bbasm -c ${DEV_CC_BBA_DB} ${DEV_CC_DB}.new + COMMAND bbasm --c ${DEV_CC_BBA_DB} ${DEV_CC_DB}.new COMMAND mv ${DEV_CC_DB}.new ${DEV_CC_DB} DEPENDS bbasm ${DEV_CC_BBA_DB} )