diff options
author | Martin Roth <gaumless@gmail.com> | 2024-01-18 19:06:14 -0700 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2024-01-26 20:15:18 +0000 |
commit | 659f97c621c085248f68cf5a63819aa4c4497206 (patch) | |
tree | 9e5affff3168bb878b419fd2a627d4c674e81c2a /src/mainboard/siemens | |
parent | 0825d904670ca1a5e5801649b574ce2742dc23f0 (diff) |
src, util: Clean up makefile.inc in text, help & comments
Signed-off-by: Martin Roth <gaumless@gmail.com>
Change-Id: Ib69236fb5d68272f92405512dc231fa75ecccaa6
Reviewed-on: https://review.coreboot.org/c/coreboot/+/80125
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/mainboard/siemens')
-rw-r--r-- | src/mainboard/siemens/mc_apl1/Makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/siemens/mc_apl1/Makefile.mk b/src/mainboard/siemens/mc_apl1/Makefile.mk index e179201c9c..37b6c74f35 100644 --- a/src/mainboard/siemens/mc_apl1/Makefile.mk +++ b/src/mainboard/siemens/mc_apl1/Makefile.mk @@ -4,7 +4,7 @@ bootblock-y += bootblock.c # The inclusion of romstage.c is not necessary here. # It is put down only to the better understanding. -# The file is already included over src/arch/x86/Makefile.inc. +# The file is already included over src/arch/x86/Makefile.mk. romstage-y += romstage.c ramstage-y += mainboard.c |