vc/eltan: Only pull in vc/eltan/security Makefile when enabled

This change tells the build to only pull vc/eltan/security/Makefile.inc
into the overall build when USE_VENDORCODE_ELTAN is enabled in Kconfig.

Signed-off-by: Martin Roth <gaumless@gmail.com>
Change-Id: I1e462d8cc21c44716463c41cab598588cf4a22c3
Reviewed-on: https://review.coreboot.org/c/coreboot/+/77418
Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Frans Hendriks <fhendriks@eltan.com>
Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de>
This commit is contained in:
Martin Roth 2023-08-24 17:03:56 -06:00 committed by Martin L Roth
parent 8e42ebeea2
commit c12b290c5d
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
# SPDX-License-Identifier: GPL-2.0-only
subdirs-y += security
subdirs-$(CONFIG_USE_VENDORCODE_ELTAN) += security