Skip to content

Commit 3db25de

Browse files
serhiy-katsyuba-intellgirdwood
authored andcommitted
lmdk: Fix typo in README.md
Fixes typo in README.md. Signed-off-by: Serhiy Katsyuba <serhiy.katsyuba@intel.com>
1 parent 4736816 commit 3db25de

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lmdk/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
To build dummy loadable library execute:
66

77
cd libraries/dummy
8-
cmake -B build -G <Ninja/Makefile> -DRIMAGE_INSTALL_DIR="path/where/rimage/executable/is" -DSNIGNING_KEY="path/to/key"
8+
cmake -B build -G <Ninja/Makefile> -DRIMAGE_INSTALL_DIR="path/where/rimage/executable/is" -DSIGNING_KEY="path/to/key"
99
cd --build build
1010

1111

@@ -14,4 +14,4 @@ signing key for rimage. If RIMAGE_INSTALL_DIR is not provided, rimage will be se
1414
where SOF project installs it. Dummy module sets up toolchain file in the project file.
1515
However, in your library you can select toolchain file in the configure step command:
1616

17-
cmake -B build -G <Ninja/Makefile> --toolchain "../../cmake/xtensa-toolchain.cmake" -DSNIGNING_KEY="path/to/key"
17+
cmake -B build -G <Ninja/Makefile> --toolchain "../../cmake/xtensa-toolchain.cmake" -DSIGNING_KEY="path/to/key"

0 commit comments

Comments
 (0)