diff options
Diffstat (limited to 'src/vendorcode')
-rw-r--r-- | src/vendorcode/google/chromeos/Makefile.inc | 4 |
1 files changed, 0 insertions, 4 deletions
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 |