mb/google/brya: Create rull variant
[coreboot2.git] / src / ec / quanta / it8518 / Makefile.mk
blobb05db0687a3f838d68a90aa6ed811d3e2eeef6e3
1 ## SPDX-License-Identifier: GPL-2.0-only
2 ifeq ($(CONFIG_EC_QUANTA_IT8518),y)
4 romstage-y += ec.c
5 ramstage-y += ec.c
6 smm-y += ec.c
7 smm-y += ../../../lib/delay.c
9 endif