diff options
| author | Tom Rini <[email protected]> | 2022-06-08 08:25:30 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-06-08 08:25:30 -0400 |
| commit | 57bd363de7b95bececd40a0c8dbb2fcf4d8d3b21 (patch) | |
| tree | 5368574b1f29151df8d9aad8e4f15bdee131ea54 /drivers/misc/Makefile | |
| parent | 6530de23e946dcdefc99f0eef256db768e4bbdf1 (diff) | |
| parent | 02544db9a7ffd352129f51c8987fc5a6e2b31a8b (diff) | |
Merge https://source.denx.de/u-boot/custodians/u-boot-usb
- MediaTek XHCI bugfix, add USB251xB/xBi driver
Diffstat (limited to 'drivers/misc/Makefile')
| -rw-r--r-- | drivers/misc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/misc/Makefile b/drivers/misc/Makefile index 7a6047f64f9..b9c54bdd99b 100644 --- a/drivers/misc/Makefile +++ b/drivers/misc/Makefile @@ -20,6 +20,7 @@ endif ifdef CONFIG_$(SPL_)DM_I2C ifndef CONFIG_SPL_BUILD obj-$(CONFIG_SANDBOX) += i2c_eeprom_emul.o +obj-$(CONFIG_USB_HUB_USB251XB) += usb251xb.o endif endif ifdef CONFIG_SPL_OF_PLATDATA |
