diff options
author | Matt Ettus <matt@ettus.com> | 2010-10-08 15:17:49 -0700 |
---|---|---|
committer | Matt Ettus <matt@ettus.com> | 2010-11-11 18:07:07 -0800 |
commit | c868b37abecb9676a7efcc5072e4c0938e442905 (patch) | |
tree | a4df341a9bbdff6573afc06c35e8b544be3a1193 /usrp2 | |
parent | d50a17c0df782231caa18ac66c9f0240f0936560 (diff) | |
download | uhd-c868b37abecb9676a7efcc5072e4c0938e442905.tar.gz uhd-c868b37abecb9676a7efcc5072e4c0938e442905.tar.bz2 uhd-c868b37abecb9676a7efcc5072e4c0938e442905.zip |
add trigger to makefile
Diffstat (limited to 'usrp2')
-rw-r--r-- | usrp2/vrt/Makefile.srcs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usrp2/vrt/Makefile.srcs b/usrp2/vrt/Makefile.srcs index dc4bd8c96..aa1356d82 100644 --- a/usrp2/vrt/Makefile.srcs +++ b/usrp2/vrt/Makefile.srcs @@ -12,4 +12,5 @@ vita_tx_control.v \ vita_tx_deframer.v \ vita_tx_chain.v \ gen_context_pkt.v \ +trigger_context_pkt.v \ )) |