summaryrefslogtreecommitdiffstats
path: root/src/mainboard/inventec/transformers/Makefile.mk
blob: eb859d3d696212d8c7581f0f3f47018e176d41bf (plain)
1
2
3
4
5
6
7
8
## SPDX-License-Identifier: GPL-2.0-only

bootblock-y += bootblock.c
romstage-y += romstage.c
romstage-y += util.c
romstage-$(CONFIG_IPMI_KCS_ROMSTAGE) += ipmi.c
ramstage-y += util.c
CPPFLAGS_common += -I$(src)/mainboard/$(MAINBOARDDIR)/include