From ff402e3aebcca0654753211cb1c46fd8aba390d0 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Mon, 28 Apr 2014 23:41:06 +0300 Subject: ChromeOS boards: Use explicit include of chromeos.c MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I7b3d044fad1d6973910e9bef347478a45c149a4f Signed-off-by: Kyösti Mälkki Reviewed-on: http://review.coreboot.org/5640 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi Reviewed-by: Aaron Durbin --- src/vendorcode/google/chromeos/Makefile.inc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/vendorcode') diff --git a/src/vendorcode/google/chromeos/Makefile.inc b/src/vendorcode/google/chromeos/Makefile.inc index 129cdb24dc..2dcb03aeaf 100644 --- a/src/vendorcode/google/chromeos/Makefile.inc +++ b/src/vendorcode/google/chromeos/Makefile.inc @@ -27,10 +27,6 @@ romstage-y += fmap.c ramstage-y += fmap.c ramstage-$(CONFIG_CHROMEOS_RAMOOPS) += ramoops.c smm-y += fmap.c -ifneq ($(wildcard src/mainboard/$(MAINBOARDDIR)/chromeos.c),) -ramstage-srcs += src/mainboard/$(MAINBOARDDIR)/chromeos.c -romstage-srcs += src/mainboard/$(MAINBOARDDIR)/chromeos.c -endif ifeq ($(MOCK_TPM),1) CFLAGS_common += -DMOCK_TPM=1 -- cgit v1.2.3