summaryrefslogtreecommitdiff
path: root/drivers/axi/Makefile
diff options
context:
space:
mode:
authorMario Six <mario.six@gdsys.cc>2018-08-09 15:51:17 +0300
committerAnatolij Gustschin <agust@denx.de>2018-08-11 09:08:59 +0300
commit9fc8706d65fc812f4e1a2da78d3b4411c866db63 (patch)
tree76701b4c60bbac4ffa04eb5bd9078a18dbd66e9f /drivers/axi/Makefile
parenta63e54ab5fea8aa15c561dd29bd10edfccc1609c (diff)
downloadu-boot-9fc8706d65fc812f4e1a2da78d3b4411c866db63.tar.xz
axi: Add ihs_axi driver
Add a driver for the gdsys IHS AXI bus used on IHS FPGAs. Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Mario Six <mario.six@gdsys.cc>
Diffstat (limited to 'drivers/axi/Makefile')
-rw-r--r--drivers/axi/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/axi/Makefile b/drivers/axi/Makefile
index 100a77788a..18d9380e9b 100644
--- a/drivers/axi/Makefile
+++ b/drivers/axi/Makefile
@@ -6,3 +6,4 @@
#
obj-$(CONFIG_AXI) += axi-uclass.o
+obj-$(CONFIG_IHS_AXI) += ihs_axi.o