diff options
author | Martin Braun <martin.braun@ettus.com> | 2014-10-07 11:25:20 +0200 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2014-10-07 11:25:20 +0200 |
commit | fd3e84941de463fa1a7ebab0a69515b4bf2614cd (patch) | |
tree | 3fa721a13d41d2c0451d663a59a220a38fd5e614 /fpga/usrp3/lib/control/Makefile.srcs | |
parent | 3b66804e41891e358c790b453a7a59ec7462dba4 (diff) | |
download | uhd-fd3e84941de463fa1a7ebab0a69515b4bf2614cd.tar.gz uhd-fd3e84941de463fa1a7ebab0a69515b4bf2614cd.tar.bz2 uhd-fd3e84941de463fa1a7ebab0a69515b4bf2614cd.zip |
Removed copy of FPGA source files.
Diffstat (limited to 'fpga/usrp3/lib/control/Makefile.srcs')
-rw-r--r-- | fpga/usrp3/lib/control/Makefile.srcs | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/fpga/usrp3/lib/control/Makefile.srcs b/fpga/usrp3/lib/control/Makefile.srcs deleted file mode 100644 index 3576e0ee7..000000000 --- a/fpga/usrp3/lib/control/Makefile.srcs +++ /dev/null @@ -1,28 +0,0 @@ -# -# Copyright 2013 Ettus Research LLC -# - -################################################## -# Control Lib Sources -################################################## -CONTROL_LIB_SRCS = $(abspath $(addprefix $(BASE_DIR)/../lib/control/, \ -reset_sync.v \ -por_gen.v \ -gpio_atr.v \ -simple_spi_core.v \ -simple_i2c_core.v \ -setting_reg.v \ -settings_bus_crossclock.v \ -radio_ctrl_proc.v \ -ram_2port.v \ -axi_crossbar.v \ -axi_slave_mux.v \ -axi_fifo_header.v \ -arb_qualify_master.v \ -axi_forwarding_cam.v \ -axi_test_vfifo.v \ -dram_2port.v \ -cvita_uart.v \ -serial_to_settings.v \ -filter_bad_sid.v \ -)) |