aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/siemens/mc_apl1/Makefile.inc
blob: ec4d0ad7916caf0746318d3c0d0e57778423956d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
bootblock-y += bootblock.c

# The inclusion of romstage.c is not necessary here.
# It is put down only to the better understanding.
# The file is already included over src/arch/x86/Makefile.inc.
romstage-y += romstage.c

ramstage-y += mainboard.c
ramstage-y += ptn3460.c

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

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