summaryrefslogtreecommitdiffstats
path: root/Documentation/technotes
diff options
context:
space:
mode:
authorMartin Roth <gaumless@gmail.com>2024-01-18 19:32:02 -0700
committerFelix Singer <service+coreboot-gerrit@felixsinger.de>2024-01-26 13:08:30 +0000
commite3a3cc1009f0d45e22164d3845f4dfb9abfb21f4 (patch)
tree58b8d91db83c80011436d38970b6ab6b4c41e764 /Documentation/technotes
parentd0096c11b2880ccef1791547bb179c69fe3cbddd (diff)
downloadcoreboot-e3a3cc1009f0d45e22164d3845f4dfb9abfb21f4.tar.gz
coreboot-e3a3cc1009f0d45e22164d3845f4dfb9abfb21f4.tar.bz2
coreboot-e3a3cc1009f0d45e22164d3845f4dfb9abfb21f4.zip
Documentation: Update Makefile .inc references to .mk
Signed-off-by: Martin Roth <gaumless@gmail.com> Change-Id: I464170e60a22f39225044c6794d091455d931e9c Reviewed-on: https://review.coreboot.org/c/coreboot/+/80128 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 'Documentation/technotes')
-rw-r--r--Documentation/technotes/2020-03-unit-testing-coreboot.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/technotes/2020-03-unit-testing-coreboot.md b/Documentation/technotes/2020-03-unit-testing-coreboot.md
index a4d283f693c4..d95b1a00dbd7 100644
--- a/Documentation/technotes/2020-03-unit-testing-coreboot.md
+++ b/Documentation/technotes/2020-03-unit-testing-coreboot.md
@@ -247,13 +247,13 @@ tests/lib/string-test and tests/device/i2c-test:
│ ├── include
│ │ ├── mocks <- mock headers, which replace original headers
│ │
-│ ├── Makefile.inc <- top Makefile for unit tests subsystem
+│ ├── Makefile.mk <- top Makefile for unit tests subsystem
│ ├── lib
-│ │ ├── Makefile.inc
+│ │ ├── Makefile.mk
│ │ ├── string-test.c <- test code for src/lib/string.c
│ │ │
│ ├── device
-│ │ ├── Makefile.inc
+│ │ ├── Makefile.mk
│ ├── i2c-test.c
├── build