diff options
author | Paul Butler <c.paul.butler@gmail.com> | 2021-03-24 15:59:52 +0100 |
---|---|---|
committer | Wade Fife <wade.fife@ettus.com> | 2021-03-31 08:30:27 -0500 |
commit | 546ea894a0d5dd23dd046ef3b3c2d61acebefa98 (patch) | |
tree | 5c686a8372233a253d6a4b4aefa7a15a2435034f /fpga/usrp3/lib/ip | |
parent | 5d3a6d2044d69d68ec7371608227dcadd1eda332 (diff) | |
download | uhd-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.inc | 2 |
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) |