coreboot-kgpe-d16/src/ec/compal/ene932/Makefile.inc

8 lines
107 B
PHP
Raw Normal View History

ifeq ($(CONFIG_EC_COMPAL_ENE932),y)
ramstage-y += ec.c
smm-y += ec.c
smm-y += ../../../lib/delay.c
endif