diff options
| author | Mario Six <[email protected]> | 2018-04-27 14:53:33 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2018-05-08 18:50:23 -0400 |
| commit | 86da8c12ef0f86c7bd7a1cf95d71806dd9022969 (patch) | |
| tree | dd0f1befdc9cbf8598235a49085fef99a1c79ac6 /drivers/misc/Makefile | |
| parent | f0bcbe6c180485a9ff373cbe24cdaa415228a844 (diff) | |
gdsys: drivers: Add gdsys_rxaui_ctrl driver
Add a driver for RXAUI control on IHS FPGAs.
Signed-off-by: Mario Six <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
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 3dc59eecbe1..e362609d62a 100644 --- a/drivers/misc/Makefile +++ b/drivers/misc/Makefile @@ -52,3 +52,4 @@ obj-$(CONFIG_QFW) += qfw.o obj-$(CONFIG_ROCKCHIP_EFUSE) += rockchip-efuse.o obj-$(CONFIG_STM32_RCC) += stm32_rcc.o obj-$(CONFIG_SYS_DPAA_QBMAN) += fsl_portals.o +obj-$(CONFIG_GDSYS_RXAUI_CTRL) += gdsys_rxaui_ctrl.o |
