diff options
author | Matt Ettus <matt@ettus.com> | 2011-03-25 16:17:19 -0700 |
---|---|---|
committer | Matt Ettus <matt@ettus.com> | 2011-05-26 17:31:21 -0700 |
commit | 8c8f38b06719ec47b210ae9003b65438858404ae (patch) | |
tree | 6b018229ea56e0378b6909537224c42e8b18bdcb /usrp2/gpif | |
parent | df88b4a540d0c293460316b9344cc34bfc464bbd (diff) | |
download | uhd-8c8f38b06719ec47b210ae9003b65438858404ae.tar.gz uhd-8c8f38b06719ec47b210ae9003b65438858404ae.tar.bz2 uhd-8c8f38b06719ec47b210ae9003b65438858404ae.zip |
u1p: add new file to build
Diffstat (limited to 'usrp2/gpif')
-rw-r--r-- | usrp2/gpif/Makefile.srcs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usrp2/gpif/Makefile.srcs b/usrp2/gpif/Makefile.srcs index 9bcbb29f3..d7eaf9fca 100644 --- a/usrp2/gpif/Makefile.srcs +++ b/usrp2/gpif/Makefile.srcs @@ -9,4 +9,5 @@ GPIF_SRCS = $(abspath $(addprefix $(BASE_DIR)/../gpif/, \ gpif.v \ gpif_wr.v \ gpif_rd.v \ +packet_reframer.v \ )) |