util/mb/google/tmpl/puff: Fix include paths for gen board

BUG=b:154071868
BRANCH=none
TEST=none

Change-Id: Ifa5cd021ae37d61ddb9eb9bf6a970a931058e33c
Signed-off-by: Edward O'Callaghan <quasisec@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/42673
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Sam McNally <sammc@google.com>
Reviewed-by: Paul Fagerburg <pfagerburg@chromium.org>
This commit is contained in:
Edward O'Callaghan 2020-06-22 12:03:09 +10:00 committed by Edward O'Callaghan
parent e54487f207
commit 6ceca5d064
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
/* SPDX-License-Identifier: GPL-2.0-only */ /* SPDX-License-Identifier: GPL-2.0-only */
#include <baseboard/acpi/dptf.asl> #include <puff/acpi/dptf.asl>

View File

@ -3,6 +3,6 @@
#ifndef VARIANT_EC_H #ifndef VARIANT_EC_H
#define VARIANT_EC_H #define VARIANT_EC_H
#include <baseboard/ec.h> #include <puff/ec.h>
#endif #endif