aboutsummaryrefslogtreecommitdiff
path: root/src/soc/qualcomm/qcs405/Makefile.inc
diff options
context:
space:
mode:
authorVijayavardhan Vennapusa <vvreddy@partner-android.googlesource.com>2018-10-16 18:08:29 +0530
committerPatrick Georgi <pgeorgi@google.com>2019-03-28 10:36:22 +0000
commitdd3cffdb0cfd687375c331af5ff680cddcd86b7a (patch)
tree7f906dbeb970961ae682d1cca86c467990a6a287 /src/soc/qualcomm/qcs405/Makefile.inc
parent1d94849e743806caf313fac701f65c49c97e351d (diff)
qcs405: Add support for USB host mode
Add required changes for USB host mode for USB disk enumeration. TEST=build & run Change-Id: I35ec549b49b9789389c80843f6103e7243d52aac Signed-off-by: Nitheesh Sekar <nsekar@codeaurora.org> Signed-off-by: Vijayavardhan Vennapusa <vvreddy@partner-android.googlesource.com> Signed-off-by: Sricharan R <sricharan@codeaurora.org> Signed-off-by: Nitheesh Sekar <nsekar@codeaurora.org> Reviewed-on: https://review.coreboot.org/c/coreboot/+/29966 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'src/soc/qualcomm/qcs405/Makefile.inc')
-rw-r--r--src/soc/qualcomm/qcs405/Makefile.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/soc/qualcomm/qcs405/Makefile.inc b/src/soc/qualcomm/qcs405/Makefile.inc
index 89a7354557..4df5246e3c 100644
--- a/src/soc/qualcomm/qcs405/Makefile.inc
+++ b/src/soc/qualcomm/qcs405/Makefile.inc
@@ -21,6 +21,7 @@ romstage-y += spi.c
romstage-y += cbmem.c
romstage-y += gpio.c
romstage-y += clock.c
+romstage-y += usb.c
################################################################################
ramstage-y += soc.c
@@ -29,6 +30,7 @@ ramstage-y += spi.c
ramstage-y += cbmem.c
ramstage-y += gpio.c
ramstage-y += clock.c
+ramstage-y += usb.c
################################################################################