payloads/edk2: Disable the CPU Timer Lib unless supported
[coreboot.git] / src / mainboard / intel / galileo / Makefile.inc
blob004f83280f8026941d6fbdb71f64116dd8052b4f
1 ## SPDX-License-Identifier: GPL-2.0-only
3 CPPFLAGS_common += -I$(src)/vendorcode/intel/fsp/fsp2_0/quark
5 bootblock-y += gpio.c
6 bootblock-y += reg_access.c
8 verstage-y += gpio.c
9 verstage-y += reg_access.c
10 verstage-$(CONFIG_VBOOT) += vboot.c
12 romstage-y += gpio.c
13 romstage-y += reg_access.c
14 romstage-$(CONFIG_COMMONLIB_STORAGE_SD) += sd.c
15 romstage-$(CONFIG_VBOOT) += vboot.c
17 postcar-y += gpio.c
18 postcar-y += reg_access.c
20 ramstage-y += gpio.c
21 ramstage-y += reg_access.c
22 ramstage-$(CONFIG_COMMONLIB_STORAGE_SD) += sd.c