aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/kahlee/variants/grunt
diff options
context:
space:
mode:
authorMartin Roth <martinroth@google.com>2017-11-16 22:14:53 -0700
committerMartin Roth <martinroth@google.com>2017-11-19 01:44:00 +0000
commit6c623ca5655b273269701f212fb12118029d78e2 (patch)
treea1e257183e7bcccbedfdeb9dfda56473ea82fad2 /src/mainboard/google/kahlee/variants/grunt
parentc94021b0ef459709ecf2f98d3e89c5c18157573e (diff)
mb/google/kahlee: Move ec.h into variant include directories
The mainboard directory is included through the PI makefile - most mainboard directories aren't in the include path at all. Move the ec.h file into the baseboard/variant directory that is already in the include path. BUG=b:69220826 TEST=Build Change-Id: I89d361b700c66ba576de724927574fdab9461fc6 Signed-off-by: Martin Roth <martinroth@google.com> Reviewed-on: https://review.coreboot.org/22497 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/mainboard/google/kahlee/variants/grunt')
-rw-r--r--src/mainboard/google/kahlee/variants/grunt/include/variant/ec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/kahlee/variants/grunt/include/variant/ec.h b/src/mainboard/google/kahlee/variants/grunt/include/variant/ec.h
new file mode 100644
index 0000000000..294a48d908
--- /dev/null
+++ b/src/mainboard/google/kahlee/variants/grunt/include/variant/ec.h
@@ -0,0 +1 @@
+#include <baseboard/ec.h>