diff options
author | Josh Blum <josh@joshknows.com> | 2010-06-18 12:33:40 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-06-18 12:33:40 -0700 |
commit | efbeb60d1dd7e870a48cf42df9a3650aefbf26cd (patch) | |
tree | 12131942ff9f85f7776a864cb79120bab778d8f9 /fpga/usrp2/vrt/Makefile.srcs | |
parent | df80be9c61d95402976d3349acf62630044c1939 (diff) | |
parent | edcc2df10ba59ed91ac9513c2dc1d36e155caaec (diff) | |
download | uhd-efbeb60d1dd7e870a48cf42df9a3650aefbf26cd.tar.gz uhd-efbeb60d1dd7e870a48cf42df9a3650aefbf26cd.tar.bz2 uhd-efbeb60d1dd7e870a48cf42df9a3650aefbf26cd.zip |
Merge branch 'uhd_fpga_merge' into pre_merge
Diffstat (limited to 'fpga/usrp2/vrt/Makefile.srcs')
-rw-r--r-- | fpga/usrp2/vrt/Makefile.srcs | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/fpga/usrp2/vrt/Makefile.srcs b/fpga/usrp2/vrt/Makefile.srcs new file mode 100644 index 000000000..07c62224b --- /dev/null +++ b/fpga/usrp2/vrt/Makefile.srcs @@ -0,0 +1,13 @@ +# +# Copyright 2010 Ettus Research LLC +# + +################################################## +# VRT Sources +################################################## +VRT_SRCS = $(abspath $(addprefix $(BASE_DIR)/../vrt/, \ +vita_rx_control.v \ +vita_rx_framer.v \ +vita_tx_control.v \ +vita_tx_deframer.v \ +)) |