aboutsummaryrefslogtreecommitdiffstats
path: root/fpga/usrp3/lib/ip
diff options
context:
space:
mode:
authorPaul Butler <c.paul.butler@gmail.com>2021-03-24 15:59:52 +0100
committerWade Fife <wade.fife@ettus.com>2021-03-31 08:30:27 -0500
commit546ea894a0d5dd23dd046ef3b3c2d61acebefa98 (patch)
tree5c686a8372233a253d6a4b4aefa7a15a2435034f /fpga/usrp3/lib/ip
parent5d3a6d2044d69d68ec7371608227dcadd1eda332 (diff)
downloaduhd-546ea894a0d5dd23dd046ef3b3c2d61acebefa98.tar.gz
uhd-546ea894a0d5dd23dd046ef3b3c2d61acebefa98.tar.bz2
uhd-546ea894a0d5dd23dd046ef3b3c2d61acebefa98.zip
fpga: lib: Fix DDS_SIN_COS_LUT outputs in makefile
Diffstat (limited to 'fpga/usrp3/lib/ip')
-rw-r--r--fpga/usrp3/lib/ip/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpga/usrp3/lib/ip/Makefile.inc b/fpga/usrp3/lib/ip/Makefile.inc
index 6baaa0852..0996cac94 100644
--- a/fpga/usrp3/lib/ip/Makefile.inc
+++ b/fpga/usrp3/lib/ip/Makefile.inc
@@ -62,7 +62,7 @@ $(LIB_IP_DIVIDE_INT32_OUTS) \
$(LIB_IP_DIVIDE_UINT32_OUTS) \
$(LIB_IP_DIVIDE_INT16_INT32_OUTS) \
$(LIB_IP_COMPLEX_MULTIPLIER_DDS_OUTS) \
-$(LIB_IP_DDS_SIN_COS_LUT_OUTS)
+$(LIB_IP_DDS_SIN_COS_LUT_ONLY_OUTS)
lib_ip: $(LIB_IP_SYNTH_OUTPUTS)