summaryrefslogtreecommitdiffstats
path: root/src/vendorcode/eltan/security/Makefile.inc
diff options
context:
space:
mode:
authorMartin Roth <gaumless@gmail.com>2024-01-18 10:41:47 -0700
committerFelix Singer <service+coreboot-gerrit@felixsinger.de>2024-01-24 08:34:46 +0000
commit4f1786dcacbcb09bd09638616e8aa1b60125d626 (patch)
treebeb3f086229659863186f0e6a72ce212fa0ddf65 /src/vendorcode/eltan/security/Makefile.inc
parent94de3255e5b828a855bbeb93eb46042c95e234e6 (diff)
downloadcoreboot-4f1786dcacbcb09bd09638616e8aa1b60125d626.tar.gz
coreboot-4f1786dcacbcb09bd09638616e8aa1b60125d626.tar.bz2
coreboot-4f1786dcacbcb09bd09638616e8aa1b60125d626.zip
vendorcode: Rename Makefiles from .inc to .mk
The .inc suffix is confusing to various tools as it's not specific to Makefiles. This means that editors don't recognize the files, and don't open them with highlighting and any other specific editor functionality. This issue is also seen in the release notes generation script where Makefiles get renamed before running cloc. Signed-off-by: Martin Roth <gaumless@gmail.com> Change-Id: I80559b7c86a8fd2583cb0335279f676e0aa0209e Reviewed-on: https://review.coreboot.org/c/coreboot/+/80067 Reviewed-by: Maximilian Brune <maximilian.brune@9elements.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de> Reviewed-by: Michael Niewöhner <foss@mniewoehner.de> Reviewed-by: Erik van den Bogaert <ebogaert@eltan.com>
Diffstat (limited to 'src/vendorcode/eltan/security/Makefile.inc')
-rw-r--r--src/vendorcode/eltan/security/Makefile.inc9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/vendorcode/eltan/security/Makefile.inc b/src/vendorcode/eltan/security/Makefile.inc
deleted file mode 100644
index d713bfaaee56..000000000000
--- a/src/vendorcode/eltan/security/Makefile.inc
+++ /dev/null
@@ -1,9 +0,0 @@
-## SPDX-License-Identifier: GPL-2.0-only
-
-subdirs-y += verified_boot
-subdirs-y += mboot
-
-ifneq ($(filter y,$(CONFIG_VENDORCODE_ELTAN_VBOOT) $(CONFIG_VENDORCODE_ELTAN_MBOOT)),)
-CPPFLAGS_common += -I$(src)/vendorcode/eltan/security/mboot
-CPPFLAGS_common += -I$(src)/vendorcode/eltan/security/verified_boot
-endif