summaryrefslogtreecommitdiffstats
path: root/src/ec/acpi/Makefile.inc
blob: 34c113b7ea6ed1963088afa948120c9825ba4384 (plain)
1
2
3
4
5
6
7
8
9
ifeq ($(CONFIG_EC_ACPI),y)

bootblock-y += ec.c
verstage-y += ec.c
romstage-y += ec.c
ramstage-y += ec.c
smm-y += ec.c

endif