diff options
Diffstat (limited to 'fpga/usrp3/lib/hls/Makefile.inc')
-rw-r--r-- | fpga/usrp3/lib/hls/Makefile.inc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/fpga/usrp3/lib/hls/Makefile.inc b/fpga/usrp3/lib/hls/Makefile.inc new file mode 100644 index 000000000..83a552c39 --- /dev/null +++ b/fpga/usrp3/lib/hls/Makefile.inc @@ -0,0 +1,10 @@ +# +# Copyright 2015-2017 Ettus Research +# +include $(TOOLS_DIR)/make/viv_hls_ip_builder.mak + +# Add HLS IP to build +include $(HLS_IP_DIR)/addsub_hls/Makefile.inc + +LIB_HLS_IP_SRCS = \ +$(HLS_IP_ADDSUB_HLS_OUTS) |