aboutsummaryrefslogtreecommitdiffstats
path: root/fpga/usrp3/lib/ip/axi_hb31/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'fpga/usrp3/lib/ip/axi_hb31/Makefile.inc')
-rw-r--r--fpga/usrp3/lib/ip/axi_hb31/Makefile.inc16
1 files changed, 16 insertions, 0 deletions
diff --git a/fpga/usrp3/lib/ip/axi_hb31/Makefile.inc b/fpga/usrp3/lib/ip/axi_hb31/Makefile.inc
new file mode 100644
index 000000000..66728d202
--- /dev/null
+++ b/fpga/usrp3/lib/ip/axi_hb31/Makefile.inc
@@ -0,0 +1,16 @@
+#
+# Copyright 2016 Ettus Research, a National Instruments Company
+#
+# SPDX-License-Identifier: LGPL-3.0-or-later
+#
+
+include $(TOOLS_DIR)/make/viv_ip_builder.mak
+
+LIB_IP_AXI_HB31_SRCS = $(IP_BUILD_DIR)/axi_hb31/axi_hb31.xci
+
+LIB_IP_AXI_HB31_OUTS = $(addprefix $(IP_BUILD_DIR)/axi_hb31/, \
+axi_hb31.xci.out \
+)
+
+$(LIB_IP_AXI_HB31_SRCS) $(LIB_IP_AXI_HB31_OUTS) : $(LIB_IP_DIR)/axi_hb31/axi_hb31.xci
+ $(call BUILD_VIVADO_IP,axi_hb31,$(ARCH),$(PART_ID),$(LIB_IP_DIR),$(IP_BUILD_DIR),0)