1 2 3 4 5 6 7 8
ifeq ($(CONFIG_EC_LENOVO_PMH7),y) bootblock-y += pmh7.c ramstage-y += pmh7.c smm-y += pmh7.c romstage-y += pmh7.c endif