blob: 1a23fe97f2c5610c1beabc955932365a4057b9a4 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# put the stm where it can be found
cbfs-files-$(CONFIG_STM) += stm.bin
stm.bin-file := $(CONFIG_STM_BINARY_FILE)
stm.bin-type := raw
ramstage-$(CONFIG_STM) += SmmStm.c
ramstage-$(CONFIG_STM) += StmPlatformSmm.c
ramstage-$(CONFIG_STM) += StmPlatformResource.c
|