From bdb37982d617a5275fe980eec6d86a4072f31340 Mon Sep 17 00:00:00 2001 From: Idwer Vollering Date: Thu, 24 Dec 2020 15:33:20 +0100 Subject: src/superio: trim and move Makefile.inc, instead use wildcard matches Signed-off-by: Idwer Vollering Change-Id: If77d59485451c77dcea752bc4fe0dfadba8fec45 Reviewed-on: https://review.coreboot.org/c/coreboot/+/48900 Reviewed-by: Felix Held Reviewed-by: Arthur Heymans Tested-by: build bot (Jenkins) --- src/superio/common/Makefile.inc | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/superio/common/Makefile.inc (limited to 'src/superio/common/Makefile.inc') diff --git a/src/superio/common/Makefile.inc b/src/superio/common/Makefile.inc new file mode 100644 index 0000000000..46103c68d7 --- /dev/null +++ b/src/superio/common/Makefile.inc @@ -0,0 +1,4 @@ +# SPDX-License-Identifier: GPL-2.0-only + +ramstage-$(CONFIG_ARCH_RAMSTAGE_X86_32) += conf_mode.c +ramstage-$(CONFIG_ARCH_RAMSTAGE_X86_64) += conf_mode.c -- cgit v1.2.3