Skip to content

Commit

Permalink
Cleanup: Fix issues with building onload-module
Browse files Browse the repository at this point in the history
  • Loading branch information
tcrawley-xilinx committed Jan 25, 2024
1 parent 127237f commit 111f69b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/onload-module/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ onload-module-dtk: dtk_vars onload_vars
--build-arg DTK_AUTO=$(DTK_AUTO) \
--build-arg ONLOAD_SOURCE=$(ONLOAD_SOURCE) \
--build-arg KERNEL_FULL_VERSION=$(KERNEL_VERSION) \
../../config/samples/onload-module/dtk-ubi/
../../config/samples/onload/onload-module/dtk-ubi/
2 changes: 1 addition & 1 deletion build/onload-module/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ gathered independently of KMM.
The [Makefile](./Makefile) attempts to derive them for you:

```sh
make onload-module OCP_VERSION=4.12.12 ONLOAD_SOURCE=docker.io/onload/onload-source:<onload-version>
make onload-module-dtk OCP_VERSION=4.12.12 ONLOAD_SOURCE=docker.io/onload/onload-source:<onload-version>
```

The above requires:
Expand Down

0 comments on commit 111f69b

Please # to comment.