737bb1c1ebd169561e9c1678f191ec0b0bef12b3
[coreboot.git] / src / mainboard / avalue / eax-785e / Makefile.inc
1 #romstage-y += reset.c #FIXME romstage have include test_rest.c
2
3 ramstage-y += reset.c
4
5 #SB800 CIMx share AGESA V5 lib code
6 ifneq ($(CONFIG_AMD_AGESA),y)
7  AGESA_ROOT ?= src/vendorcode/amd/agesa/f14
8  romstage-y += ../../../../$(AGESA_ROOT)/Lib/amdlib.c
9  ramstage-y += ../../../../$(AGESA_ROOT)/Lib/amdlib.c
10
11  AGESA_INC := -I$(AGESA_ROOT)/ \
12               -I$(AGESA_ROOT)/Include \
13               -I$(AGESA_ROOT)/Proc/IDS/ \
14               -I$(AGESA_ROOT)/Proc/CPU/ \
15               -I$(AGESA_ROOT)/Proc/CPU/Family
16
17  CFLAGS += $(AGESA_INC)
18 endif