diff options
Diffstat (limited to 'fpga/usrp3/lib/ip/axi_hb47/Makefile.inc')
-rw-r--r-- | fpga/usrp3/lib/ip/axi_hb47/Makefile.inc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/fpga/usrp3/lib/ip/axi_hb47/Makefile.inc b/fpga/usrp3/lib/ip/axi_hb47/Makefile.inc new file mode 100644 index 000000000..b5ebb427c --- /dev/null +++ b/fpga/usrp3/lib/ip/axi_hb47/Makefile.inc @@ -0,0 +1,14 @@ +# +# Copyright 2016 Ettus Research +# + +include $(TOOLS_DIR)/make/viv_ip_builder.mak + +LIB_IP_AXI_HB47_SRCS = $(IP_BUILD_DIR)/axi_hb47/axi_hb47.xci + +LIB_IP_AXI_HB47_OUTS = $(addprefix $(IP_BUILD_DIR)/axi_hb47/, \ +axi_hb47.xci.out \ +) + +$(LIB_IP_AXI_HB47_SRCS) $(LIB_IP_AXI_HB47_OUTS) : $(LIB_IP_DIR)/axi_hb47/axi_hb47.xci + $(call BUILD_VIVADO_IP,axi_hb47,$(ARCH),$(PART_ID),$(LIB_IP_DIR),$(IP_BUILD_DIR),0) |