aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/intel/common/Makefile.inc
blob: c38e81c380ca2980670400ae8e2f9c2407cf83e6 (plain)
1
2
3
4
5
6
7
8
9
10
ramstage-y += common_init.c

ifeq ($(CONFIG_CPU_INTEL_COMMON_TIMEBASE),y)
bootblock-y += fsb.c
verstage-y += fsb.c
romstage-y += fsb.c
postcar-y += fsb.c
ramstage-y += fsb.c
smm-y += fsb.c
endif