From c2d967aaf9aab4498b5d09b85e8a5a0fb4bc46ac Mon Sep 17 00:00:00 2001 From: Nicholas Chin Date: Sat, 8 Jun 2024 12:37:56 -0600 Subject: mb/asrock/h110m/Makefile.mk: Remove superfluous spd from subdirs-y The H110M does not use memory down, and the spd directory doesn't exist in the board's directory in the first place. This was probably just copy and paste leftover from some existing Skylake board in the initial port. TEST=Timeless build does not change. Change-Id: I35744310b2bf8a14165dae9808c982e6dc274a74 Signed-off-by: Nicholas Chin Reviewed-on: https://review.coreboot.org/c/coreboot/+/83010 Reviewed-by: Elyes Haouas Reviewed-by: Felix Singer Tested-by: build bot (Jenkins) --- src/mainboard/asrock/h110m/Makefile.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mainboard/asrock/h110m/Makefile.mk b/src/mainboard/asrock/h110m/Makefile.mk index e8ff53e6e8..65ac73386c 100644 --- a/src/mainboard/asrock/h110m/Makefile.mk +++ b/src/mainboard/asrock/h110m/Makefile.mk @@ -1,6 +1,5 @@ ## SPDX-License-Identifier: GPL-2.0-only -subdirs-y += spd bootblock-y += bootblock.c ramstage-y += mainboard.c -- cgit v1.2.3