Skip to content

Commit

Permalink
Remove unnecessary instructions
Browse files Browse the repository at this point in the history
Signed-off-by: JeffMboya <[email protected]>
  • Loading branch information
JeffMboya committed Nov 6, 2024
1 parent 58351b4 commit 04f3a8d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hal/buildroot/linux/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ Run the following command to configure Buildroot with settings from the Cube pro
make BR2_EXTERNAL=../cube/hal/buildroot/linux cube_defconfig
```

- `make`: Runs the `make` command to start configuring Buildroot.
- `BR2_EXTERNAL=../cube/hal/buildroot/linux`: Tells Buildroot to use the external configuration files from the Cube project located at `../cube/hal/buildroot/linux`.
- `cube_defconfig`: Loads the default configuration for Cube. This sets up Buildroot with settings that are specific to the Cube project.

Expand Down

0 comments on commit 04f3a8d

Please sign in to comment.