From 5da05b6e35f49a83f5b3610d2b41931f7d703da5 Mon Sep 17 00:00:00 2001 From: Sean Rhodes Date: Mon, 10 Jan 2022 21:58:04 +0000 Subject: mb/starlabs/lite: Add StarLite Mk III Signed-off-by: Sean Rhodes Change-Id: Iddbf2022d03735d6a0e6d098c21643f5fdc875f6 Reviewed-on: https://review.coreboot.org/c/coreboot/+/60980 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons --- src/mainboard/starlabs/lite/Makefile.inc | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/mainboard/starlabs/lite/Makefile.inc (limited to 'src/mainboard/starlabs/lite/Makefile.inc') diff --git a/src/mainboard/starlabs/lite/Makefile.inc b/src/mainboard/starlabs/lite/Makefile.inc new file mode 100644 index 0000000000..019d560ee6 --- /dev/null +++ b/src/mainboard/starlabs/lite/Makefile.inc @@ -0,0 +1,12 @@ +## SPDX-License-Identifier: GPL-2.0-only + +CPPFLAGS_common += -I$(src)/mainboard/$(MAINBOARDDIR)/include +subdirs-y += variants/$(VARIANT_DIR) + +bootblock-y += bootblock.c + +ramstage-y += devtree.c +ramstage-y += hda_verb.c +ramstage-y += mainboard.c +ramstage-y += smbios.c +ramstage-$(CONFIG_MAINBOARD_USE_LIBGFXINIT) += gma-mainboard.ads -- cgit v1.2.3