diff options
author | Martin Roth <gaumless@gmail.com> | 2024-01-18 19:17:36 -0700 |
---|---|---|
committer | Felix Singer <service+coreboot-gerrit@felixsinger.de> | 2024-01-26 13:08:18 +0000 |
commit | d0096c11b2880ccef1791547bb179c69fe3cbddd (patch) | |
tree | e1a00c753568f36557a3ee03ae474cfe44f59904 /util/autoport/readme.md | |
parent | 91aa3d88f3ffbc1734a716bfcbd9ced1e13cf29f (diff) |
util/autoport: Update Makefile.inc generation to Makefile.mk
Signed-off-by: Martin Roth <gaumless@gmail.com>
Change-Id: Ib77cb3a0852092ac414fe0160fe10d6e58fcf660
Reviewed-on: https://review.coreboot.org/c/coreboot/+/80127
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
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 |