summaryrefslogtreecommitdiff
path: root/src/soc/intel/broadwell/refcode/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/broadwell/refcode/Makefile.inc')
-rw-r--r--src/soc/intel/broadwell/refcode/Makefile.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/soc/intel/broadwell/refcode/Makefile.inc b/src/soc/intel/broadwell/refcode/Makefile.inc
index 3eca45f66d..a6cd5fdbfc 100644
--- a/src/soc/intel/broadwell/refcode/Makefile.inc
+++ b/src/soc/intel/broadwell/refcode/Makefile.inc
@@ -2,6 +2,8 @@ romstage-libs += $(obj)/broadwell_mrc.o
romstage-y += printk.c
ramstage-libs += $(obj)/broadwell_refcode.o
+ramstage-y += usb.c
+
$(obj)/%.o: $(src)/soc/intel/broadwell/refcode/%.asm
echo "NASM $@"
nasm -f elf32 -o $@ $<