summaryrefslogtreecommitdiffstats
path: root/src/mainboard/google/butterfly/Makefile.inc
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2014-05-03 13:29:06 +0300
committerKyösti Mälkki <kyosti.malkki@gmail.com>2014-05-08 16:26:58 +0200
commit5c4b8483d2de976cb3957cc9ea23086041ed9625 (patch)
tree9c180b27b1c49639ce5f0545f28890e7c0b07a70 /src/mainboard/google/butterfly/Makefile.inc
parentab7280970a96eb5a604a37ffd913355a1f40fb88 (diff)
downloadcoreboot-5c4b8483d2de976cb3957cc9ea23086041ed9625.tar.gz
coreboot-5c4b8483d2de976cb3957cc9ea23086041ed9625.tar.bz2
coreboot-5c4b8483d2de976cb3957cc9ea23086041ed9625.zip
ChromeOS boards: Always build code for bootmode straps
Leave it under BOOTMODE_STRAPS to control whether these have any functional meaning on the build. Change-Id: Ieb59aa7ab4b1e8da6a1002e7a8e5462eb7988d35 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/5643 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
Diffstat (limited to 'src/mainboard/google/butterfly/Makefile.inc')
-rw-r--r--src/mainboard/google/butterfly/Makefile.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/google/butterfly/Makefile.inc b/src/mainboard/google/butterfly/Makefile.inc
index 5b4e74c1dc22..f735e9cb57e0 100644
--- a/src/mainboard/google/butterfly/Makefile.inc
+++ b/src/mainboard/google/butterfly/Makefile.inc
@@ -19,7 +19,7 @@
ramstage-y += ec.c
-romstage-$(CONFIG_CHROMEOS) += chromeos.c
-ramstage-$(CONFIG_CHROMEOS) += chromeos.c
+romstage-y += chromeos.c
+ramstage-y += chromeos.c
smm-$(CONFIG_HAVE_SMI_HANDLER) += mainboard_smi.c