From 6c623ca5655b273269701f212fb12118029d78e2 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Thu, 16 Nov 2017 22:14:53 -0700 Subject: 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 Reviewed-on: https://review.coreboot.org/22497 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/mainboard/google/kahlee/variants/grunt/include/variant/ec.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/mainboard/google/kahlee/variants/grunt/include/variant/ec.h (limited to 'src/mainboard/google/kahlee/variants/grunt/include') 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 -- cgit v1.2.3