From b4a47a26b99c245eacdce02ab92e45872ef60210 Mon Sep 17 00:00:00 2001 From: Jon Murphy Date: Thu, 4 May 2023 22:51:56 -0600 Subject: [PATCH] mb/google/myst: Add variant makefile Add variant makefile to support including the memory folder for Myst. BUG=b:273383819 TEST=Builds in chromium with blobs Change-Id: I03b0cd91dd66f357b15522da36f5118867b6b14c Signed-off-by: Jon Murphy Reviewed-on: https://review.coreboot.org/c/coreboot/+/74964 Reviewed-by: Tim Van Patten Reviewed-by: Karthik Ramasubramanian Reviewed-by: Raul Rangel Tested-by: build bot (Jenkins) --- src/mainboard/google/myst/variants/myst/Makefile.inc | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/mainboard/google/myst/variants/myst/Makefile.inc diff --git a/src/mainboard/google/myst/variants/myst/Makefile.inc b/src/mainboard/google/myst/variants/myst/Makefile.inc new file mode 100644 index 0000000000..88e75bde52 --- /dev/null +++ b/src/mainboard/google/myst/variants/myst/Makefile.inc @@ -0,0 +1,3 @@ +# SPDX-License-Identifier: GPL-2.0-or-later + +subdirs-y += ./memory