summaryrefslogtreecommitdiff
path: root/src/mainboard/ocp/tiogapass/Makefile.inc
blob: 18cc9b9b7c678b712607916657f75826f8d55755 (plain)
1
2
3
4
5
6
7
8
9
## This file is part of the coreboot project.
## SPDX-License-Identifier: GPL-2.0-or-later

bootblock-y += bootblock.c
ramstage-y += ramstage.c
ramstage-$(CONFIG_HAVE_ACPI_TABLES) += fadt.c

CPPFLAGS_common += -I$(src)/mainboard/$(MAINBOARDDIR)/include
CPPFLAGS_common += -I$(CONFIG_FSP_HEADER_PATH)