From 32a618b03bc5f405b60972eec91032114cdea5a1 Mon Sep 17 00:00:00 2001 From: Matt DeVillier Date: Sun, 18 Sep 2016 22:50:21 -0500 Subject: google/parrot: make chromeos.c compilation conditional on CONFIG_CHROMEOS No reason to compile/include chromeos.c for non-ChromeOS builds Change-Id: Ie8ef1f4c521b2a7308941299f2501073937bdf4a Signed-off-by: Matt DeVillier Reviewed-on: https://review.coreboot.org/19959 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- src/mainboard/google/parrot/Makefile.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mainboard/google') diff --git a/src/mainboard/google/parrot/Makefile.inc b/src/mainboard/google/parrot/Makefile.inc index 78e5b986d9..a76bc12fe3 100644 --- a/src/mainboard/google/parrot/Makefile.inc +++ b/src/mainboard/google/parrot/Makefile.inc @@ -15,6 +15,6 @@ ramstage-y += ec.c -romstage-y += chromeos.c -ramstage-y += chromeos.c +romstage-$(CONFIG_CHROMEOS) += chromeos.c +ramstage-$(CONFIG_CHROMEOS) += chromeos.c romstage-y += gpio.c -- cgit v1.2.3