summaryrefslogtreecommitdiffstats
path: root/src/mainboard/supermicro/x11-lga1151-series/Makefile.inc
blob: 0e5902ae2e3e1609e5960b2f5de84263685a6be5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
##
##
##
## SPDX-License-Identifier: GPL-2.0-only

bootblock-y += bootblock.c

ramstage-y += ramstage.c

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

subdirs-y += variants/$(VARIANT_DIR)
CPPFLAGS_common += -I$(src)/mainboard/$(MAINBOARDDIR)/variants/$(VARIANT_DIR)/include