diff options
Diffstat (limited to 'fpga/usrp3/sim/control/Makefile.srcs')
-rw-r--r-- | fpga/usrp3/sim/control/Makefile.srcs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/fpga/usrp3/sim/control/Makefile.srcs b/fpga/usrp3/sim/control/Makefile.srcs new file mode 100644 index 000000000..88372ddd8 --- /dev/null +++ b/fpga/usrp3/sim/control/Makefile.srcs @@ -0,0 +1,10 @@ +# +# Copyright 2015 Ettus Research LLC +# + +################################################## +# Control/Readback simulation libraries +################################################## +SIM_CONTROL_SRCS = $(abspath $(addprefix $(BASE_DIR)/../sim/control/, \ +sim_set_rb_lib.svh \ +)) |