aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/supermicro/x11-lga1151-series/Makefile.inc
diff options
context:
space:
mode:
authorMichael Niewöhner <foss@mniewoehner.de>2020-11-24 13:24:47 +0100
committerMichael Niewöhner <foss@mniewoehner.de>2020-12-04 00:10:52 +0000
commitd328934c9b9d1454a83971182627565a5d116cb0 (patch)
treec30f1632925a9e1b4b3b9dc5c1fc0c044ebfed30 /src/mainboard/supermicro/x11-lga1151-series/Makefile.inc
parent51f5ff6d27ccb9d4f7e5401fe1c093b173711bf9 (diff)
mb/supermicro/x11ssm-f: drop NMI overrides
Drop the NMI overrides, since NMI now gets configured in gpio common code. Also remove the variant init mechanism, which is unused now. Signed-off-by: Michael Niewöhner <foss@mniewoehner.de> Change-Id: I02e0c679f9aafe33108320a8dfc62dcb278202ef Reviewed-on: https://review.coreboot.org/c/coreboot/+/48092 Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/supermicro/x11-lga1151-series/Makefile.inc')
-rw-r--r--src/mainboard/supermicro/x11-lga1151-series/Makefile.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/supermicro/x11-lga1151-series/Makefile.inc b/src/mainboard/supermicro/x11-lga1151-series/Makefile.inc
index a4ebe461b0..40afacb41c 100644
--- a/src/mainboard/supermicro/x11-lga1151-series/Makefile.inc
+++ b/src/mainboard/supermicro/x11-lga1151-series/Makefile.inc
@@ -8,5 +8,3 @@ bootblock-y += variants/$(VARIANT_DIR)/gpio_early.c
ramstage-y += mainboard.c
ramstage-y += variants/$(VARIANT_DIR)/gpio.c
ramstage-$(CONFIG_HAVE_ACPI_TABLES) += fadt.c
-
-subdirs-y += variants/$(VARIANT_DIR)