diff options
author | Josh Blum <josh@joshknows.com> | 2012-02-01 18:02:10 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2012-02-01 18:02:10 -0800 |
commit | 7e6a08556b01fcb6ad113c2ff0db4abe5aeac38f (patch) | |
tree | 31bf389f0a241d4309bb042450dad4be81f39b3c /usrp2/custom/Makefile.srcs | |
parent | 6bbcb202183c5a0ab5351a0c052981408e4719cb (diff) | |
download | uhd-7e6a08556b01fcb6ad113c2ff0db4abe5aeac38f.tar.gz uhd-7e6a08556b01fcb6ad113c2ff0db4abe5aeac38f.tar.bz2 uhd-7e6a08556b01fcb6ad113c2ff0db4abe5aeac38f.zip |
dsp rework: custom engine module for rx/tx vita chain
Diffstat (limited to 'usrp2/custom/Makefile.srcs')
-rw-r--r-- | usrp2/custom/Makefile.srcs | 2 |
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 \ )) |