diff options
Diffstat (limited to 'util/autoport/readme.md')
-rw-r--r-- | util/autoport/readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/autoport/readme.md b/util/autoport/readme.md index 907d6009db..b546120fca 100644 --- a/util/autoport/readme.md +++ b/util/autoport/readme.md @@ -238,7 +238,7 @@ to create a binary file with this SPD data: Then, move the generated file into your mainboard's directory and hook it up to the build system by adding the following -lines to `Makefile.inc`: +lines to `Makefile.mk`: cbfs-files-y += spd.bin spd.bin-file := spd.bin |