diff options
Diffstat (limited to 'src/soc/mediatek/mt8173/Makefile.inc')
-rw-r--r-- | src/soc/mediatek/mt8173/Makefile.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/soc/mediatek/mt8173/Makefile.inc b/src/soc/mediatek/mt8173/Makefile.inc index d5b450a75f..5a2406e69f 100644 --- a/src/soc/mediatek/mt8173/Makefile.inc +++ b/src/soc/mediatek/mt8173/Makefile.inc @@ -64,6 +64,8 @@ ramstage-y += gpio.c ramstage-y += wdt.c ramstage-y += pll.c +ramstage-y += usb.c + ################################################################################ # Generate the actual coreboot bootblock code |