diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -13,4 +13,10 @@ git submodule update --init ``` +## Build +To activate a HAL, add "DHAL_XXX=1" HAL_XXX is the cmake build flag of the HAL. + +```bash +cmake -DHAL_RCAR-M3=1 +``` |