diff options
Diffstat (limited to 'fpga/usrp3/lib/sim/arm_deframer/Makefile')
-rw-r--r-- | fpga/usrp3/lib/sim/arm_deframer/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fpga/usrp3/lib/sim/arm_deframer/Makefile b/fpga/usrp3/lib/sim/arm_deframer/Makefile index eb7231d5e..3075cf3cc 100644 --- a/fpga/usrp3/lib/sim/arm_deframer/Makefile +++ b/fpga/usrp3/lib/sim/arm_deframer/Makefile @@ -33,6 +33,7 @@ SIM_TOP = arm_deframer_tb SIM_SRCS = $(abspath \ $(SIM_PROTORFNOC_SRCS) \ +$(RFNOC_SRCS) \ arm_deframer_tb.sv \ ) |