From 36769dae1b40e760e6f7fa7f5329cf8f0bd83d9f Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Wed, 1 May 2013 10:48:37 -0700 Subject: [PATCH] Fix Google ChromeEC driver Compilation was broken by a bad merge of C 3d7c2eb ec/google: Isolate EC bus protocol implementation. CONFIG_EC_GOOGLE_API_ROOT was removed a while ago because the required include files were added to the coreboot tree instead of taking them from the installed system. Signed-off-by: Stefan Reinauer BUG=chrome-os-partner:18638 TEST=emerge-link chromeos-coreboot-link with new repository compiles Change-Id: I7684d7f87aaf426cd5cdfa4ddd32b7e7d7c3aee7 Reviewed-on: https://gerrit.chromium.org/gerrit/49734 Reviewed-by: Duncan Laurie Tested-by: Stefan Reinauer --- src/ec/google/chromeec/Makefile.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ec/google/chromeec/Makefile.inc b/src/ec/google/chromeec/Makefile.inc index 5bc9268067..02fea70ed2 100644 --- a/src/ec/google/chromeec/Makefile.inc +++ b/src/ec/google/chromeec/Makefile.inc @@ -8,4 +8,3 @@ romstage-y += ec.c romstage-$(CONFIG_EC_GOOGLE_CHROMEEC_I2C) += ec_i2c.c romstage-$(CONFIG_EC_GOOGLE_CHROMEEC_LPC) += ec_lpc.c -CFLAGS += -I $(call strip_quotes,$(CONFIG_EC_GOOGLE_API_ROOT))