aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/uart/Makefile.inc
blob: c797d4b44d4ea6b57056da94972325bca4cfbd6f (plain)
1
2
3
4
5
6
ifeq ($(CONFIG_CONSOLE_SERIAL),y)
romstage-y += util.c
ramstage-y += util.c
bootblock-y += util.c
smm-y += util.c
endif