summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/deltaur/Makefile.inc
diff options
context:
space:
mode:
authorTim Wawrzynczak <twawrzynczak@chromium.org>2022-05-04 13:05:19 -0600
committerFelix Singer <felixsinger@posteo.net>2022-05-12 19:41:48 +0000
commitda958d679d41a84103ea7b068a84255ee31d13f7 (patch)
tree83738d53c6d99a49c772094baf2716320b4cfb72 /src/mainboard/google/deltaur/Makefile.inc
parent35f73bcce18aeb053b7f66dcde249f99b3e8e8d5 (diff)
downloadcoreboot-da958d679d41a84103ea7b068a84255ee31d13f7.tar.gz
coreboot-da958d679d41a84103ea7b068a84255ee31d13f7.tar.bz2
coreboot-da958d679d41a84103ea7b068a84255ee31d13f7.zip
mb/google/deltaur: Remove mainboard from tree
This board never made it to production, and development on it has long since stopped; it is a maintenance burden, therefore drop it from the tree. Signed-off-by: Tim Wawrzynczak <twawrzynczak@chromium.org> Change-Id: Ieb12a95ff56c3437cb88df8ef3f6ae115ad53446 Reviewed-on: https://review.coreboot.org/c/coreboot/+/64056 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Singer <felixsinger@posteo.net>
Diffstat (limited to 'src/mainboard/google/deltaur/Makefile.inc')
-rw-r--r--src/mainboard/google/deltaur/Makefile.inc26
1 files changed, 0 insertions, 26 deletions
diff --git a/src/mainboard/google/deltaur/Makefile.inc b/src/mainboard/google/deltaur/Makefile.inc
deleted file mode 100644
index 8adb5845990b..000000000000
--- a/src/mainboard/google/deltaur/Makefile.inc
+++ /dev/null
@@ -1,26 +0,0 @@
-## SPDX-License-Identifier: GPL-2.0-or-later
-
-bootblock-y += bootblock.c
-bootblock-$(CONFIG_CHROMEOS) += chromeos.c
-bootblock-y += ec.c
-
-romstage-y += romstage.c
-romstage-$(CONFIG_CHROMEOS) += chromeos.c
-romstage-y += ec.c
-
-ramstage-$(CONFIG_CHROMEOS) += chromeos.c
-ramstage-y += ec.c
-ramstage-y += mainboard.c
-ramstage-$(CONFIG_SOC_INTEL_COMMON_BLOCK_HDA_VERB) += hda_verb.c
-
-verstage-$(CONFIG_CHROMEOS) += chromeos.c
-verstage-y += ec.c
-
-subdirs-y += variants/baseboard
-CPPFLAGS_common += -I$(src)/mainboard/$(MAINBOARDDIR)/variants/baseboard/include
-
-VARIANT_DIR:=$(call strip_quotes,$(CONFIG_VARIANT_DIR))
-subdirs-y += variants/$(VARIANT_DIR)
-CPPFLAGS_common += -I$(src)/mainboard/$(MAINBOARDDIR)/variants/$(VARIANT_DIR)/include
-
-subdirs-y += spd