aboutsummaryrefslogtreecommitdiffstats
path: root/usrp2/custom/Makefile.srcs
diff options
context:
space:
mode:
Diffstat (limited to 'usrp2/custom/Makefile.srcs')
-rw-r--r--usrp2/custom/Makefile.srcs2
1 files changed, 2 insertions, 0 deletions
diff --git a/usrp2/custom/Makefile.srcs b/usrp2/custom/Makefile.srcs
index 22cf063c9..8a4f70fca 100644
--- a/usrp2/custom/Makefile.srcs
+++ b/usrp2/custom/Makefile.srcs
@@ -8,4 +8,6 @@
CUSTOM_SRCS = $(abspath $(addprefix $(BASE_DIR)/../custom/, \
custom_dsp_rx.v \
custom_dsp_tx.v \
+custom_engine_rx.v \
+custom_engine_tx.v \
))