summaryrefslogtreecommitdiffstats
path: root/drivers/misc/Makefile
diff options
context:
space:
mode:
authorMario Six <mario.six@gdsys.cc>2018-10-04 09:00:54 +0200
committerSimon Glass <sjg@chromium.org>2018-11-14 09:16:27 -0800
commitc0a2b086b22b4af3253e4e22d5a9d1e809fd1352 (patch)
treeba1587a5a08c55b2afc31dd0175bca0ba26a60b9 /drivers/misc/Makefile
parent313d4cc3e982c6bf45e8bcf54a7db256eef41837 (diff)
downloadu-boot-c0a2b086b22b4af3253e4e22d5a9d1e809fd1352.tar.gz
u-boot-c0a2b086b22b4af3253e4e22d5a9d1e809fd1352.tar.xz
u-boot-c0a2b086b22b4af3253e4e22d5a9d1e809fd1352.zip
misc: Add gdsys_soc driver
This patch adds a driver for the bus associated with a IHS FPGA. Reviewed-by: Simon Glass <sjg@chromium.org> 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 d9ac672ab8..4a5a18675a 100644
--- a/drivers/misc/Makefile
+++ b/drivers/misc/Makefile
@@ -35,6 +35,7 @@ obj-$(CONFIG_FSL_SEC_MON) += fsl_sec_mon.o
obj-$(CONFIG_FS_LOADER) += fs_loader.o
obj-$(CONFIG_GDSYS_IOEP) += gdsys_ioep.o
obj-$(CONFIG_GDSYS_RXAUI_CTRL) += gdsys_rxaui_ctrl.o
+obj-$(CONFIG_GDSYS_SOC) += gdsys_soc.o
obj-$(CONFIG_$(SPL_)I2C_EEPROM) += i2c_eeprom.o
obj-$(CONFIG_IMX8) += imx8/
obj-$(CONFIG_LED_STATUS) += status_led.o