From 04f3a8dad190b30b1108a37e906e908d3ef45d9c Mon Sep 17 00:00:00 2001 From: JeffMboya Date: Wed, 6 Nov 2024 09:28:23 +0300 Subject: [PATCH] Remove unnecessary instructions Signed-off-by: JeffMboya --- hal/buildroot/linux/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/hal/buildroot/linux/README.md b/hal/buildroot/linux/README.md index 64cce00..1673288 100644 --- a/hal/buildroot/linux/README.md +++ b/hal/buildroot/linux/README.md @@ -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.