From 052f73e4e5c7f6266bf80f392ac593046e2d8d2c Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 26 Aug 2024 10:34:20 +0200 Subject: Add CI job MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This will ensure that the code style is preserved and that commits being pushed at least build successfully. Signed-off-by: Miquel Sabaté Solà --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 532584b..da92c98 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,8 @@ In order to build `fbos` you only need GCC. That being said, if you are not on a RISC-V system you will also need cross compilation tools for it (check your distribution for this, on openSUSE I simply installed `cross-riscv64-gcc14`). With that installed, simply set the `CROSS_COMPILE` environment variable as -you'd do for building the kernel (e.g. in my case, using openSUSE, I set it to -`riscv64-suse-linux-`). After all of that, just: +you'd do for building the Linux kernel (e.g. in my case, using openSUSE, I set +it to `riscv64-suse-linux-`). After all of that, just: ``` $ make -- cgit v1.2.3