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