aboutsummaryrefslogtreecommitdiff
path: root/drivers/misc/Makefile
diff options
context:
space:
mode:
authorMario Six <mario.six@gdsys.cc>2018-07-31 14:24:15 +0200
committerAnatolij Gustschin <agust@denx.de>2018-08-11 16:00:50 +0200
commit7e86242b2bdb2983423a3a1f3ec375df56c7cac8 (patch)
tree97321c20e467c6bd1ec8dfffc577c53e8bd229e4 /drivers/misc/Makefile
parent004e67c21634d0184eb0b874cbd05d834cb79067 (diff)
downloadu-boot-7e86242b2bdb2983423a3a1f3ec375df56c7cac8.zip
u-boot-7e86242b2bdb2983423a3a1f3ec375df56c7cac8.tar.gz
u-boot-7e86242b2bdb2983423a3a1f3ec375df56c7cac8.tar.bz2
misc: Add gdsys_ioep driver
Add driver for the IHS IO endpoint on IHS FPGAs. Signed-off-by: Mario Six <mario.six@gdsys.cc>
Diffstat (limited to 'drivers/misc/Makefile')
-rw-r--r--drivers/misc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/misc/Makefile b/drivers/misc/Makefile
index f66c9e8..32ef4a5 100644
--- a/drivers/misc/Makefile
+++ b/drivers/misc/Makefile
@@ -53,4 +53,5 @@ obj-$(CONFIG_ROCKCHIP_EFUSE) += rockchip-efuse.o
obj-$(CONFIG_STM32_RCC) += stm32_rcc.o
obj-$(CONFIG_STM32MP_FUSE) += stm32mp_fuse.o
obj-$(CONFIG_SYS_DPAA_QBMAN) += fsl_portals.o
+obj-$(CONFIG_GDSYS_IOEP) += gdsys_ioep.o
obj-$(CONFIG_GDSYS_RXAUI_CTRL) += gdsys_rxaui_ctrl.o