summaryrefslogtreecommitdiffstats
path: root/usrp2
diff options
context:
space:
mode:
authorMatt Ettus <matt@ettus.com>2011-03-25 16:17:19 -0700
committerMatt Ettus <matt@ettus.com>2011-05-26 17:31:21 -0700
commit8c8f38b06719ec47b210ae9003b65438858404ae (patch)
tree6b018229ea56e0378b6909537224c42e8b18bdcb /usrp2
parentdf88b4a540d0c293460316b9344cc34bfc464bbd (diff)
downloaduhd-8c8f38b06719ec47b210ae9003b65438858404ae.tar.gz
uhd-8c8f38b06719ec47b210ae9003b65438858404ae.tar.bz2
uhd-8c8f38b06719ec47b210ae9003b65438858404ae.zip
u1p: add new file to build
Diffstat (limited to 'usrp2')
-rw-r--r--usrp2/gpif/Makefile.srcs1
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 \
))