summaryrefslogtreecommitdiff
path: root/src/superio/common
diff options
context:
space:
mode:
authorIdwer Vollering <vidwer@gmail.com>2020-12-24 15:33:20 +0100
committerIdwer Vollering <vidwer@gmail.com>2020-12-27 14:46:07 +0000
commitbdb37982d617a5275fe980eec6d86a4072f31340 (patch)
tree9d2adafd6e249a6063f1404c7e77c99fff7c5ab4 /src/superio/common
parent7e3126dbc5735e2c8251a832df4488deb66de520 (diff)
downloadcoreboot-bdb37982d617a5275fe980eec6d86a4072f31340.tar.gz
src/superio: trim and move Makefile.inc, instead use wildcard matches
Signed-off-by: Idwer Vollering <vidwer@gmail.com> Change-Id: If77d59485451c77dcea752bc4fe0dfadba8fec45 Reviewed-on: https://review.coreboot.org/c/coreboot/+/48900 Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/superio/common')
-rw-r--r--src/superio/common/Makefile.inc4
1 files changed, 4 insertions, 0 deletions
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