aboutsummaryrefslogtreecommitdiffstats
path: root/fpga/usrp3/lib/ip/complex_to_magphase_int32/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'fpga/usrp3/lib/ip/complex_to_magphase_int32/Makefile.inc')
-rw-r--r--fpga/usrp3/lib/ip/complex_to_magphase_int32/Makefile.inc15
1 files changed, 15 insertions, 0 deletions
diff --git a/fpga/usrp3/lib/ip/complex_to_magphase_int32/Makefile.inc b/fpga/usrp3/lib/ip/complex_to_magphase_int32/Makefile.inc
new file mode 100644
index 000000000..359cd0cac
--- /dev/null
+++ b/fpga/usrp3/lib/ip/complex_to_magphase_int32/Makefile.inc
@@ -0,0 +1,15 @@
+#
+# Copyright 2015 Ettus Research
+#
+
+include $(TOOLS_DIR)/make/viv_ip_builder.mak
+
+LIB_IP_COMPLEX_TO_MAGPHASE_INT32_SRCS = $(IP_BUILD_DIR)/complex_to_magphase_int32/complex_to_magphase_int32.xci
+
+LIB_IP_COMPLEX_TO_MAGPHASE_INT32_OUTS = $(addprefix $(IP_BUILD_DIR)/complex_to_magphase_int32/, \
+complex_to_magphase_int32.xci.out \
+synth/complex_to_magphase_int32.vhd \
+)
+
+$(LIB_IP_COMPLEX_TO_MAGPHASE_INT32_SRCS) $(LIB_IP_COMPLEX_TO_MAGPHASE_INT32_OUTS) : $(LIB_IP_DIR)/complex_to_magphase_int32/complex_to_magphase_int32.xci
+ $(call BUILD_VIVADO_IP,complex_to_magphase_int32,$(ARCH),$(PART_ID),$(LIB_IP_DIR),$(IP_BUILD_DIR),0)