summaryrefslogtreecommitdiffstats
path: root/usrp2/gpif/Makefile.srcs
diff options
context:
space:
mode:
authorMatt Ettus <matt@ettus.com>2010-09-21 23:15:53 -0700
committerMatt Ettus <matt@ettus.com>2011-05-26 17:31:19 -0700
commitaf9c419ec95c665b9f7921957115c870aea0ce46 (patch)
treefaa93fd0331d51c4071f6b826ae31ca3da9a8ad2 /usrp2/gpif/Makefile.srcs
parent8e6bbbbcd295af744c47304ed305d1676bea1375 (diff)
downloaduhd-af9c419ec95c665b9f7921957115c870aea0ce46.tar.gz
uhd-af9c419ec95c665b9f7921957115c870aea0ce46.tar.bz2
uhd-af9c419ec95c665b9f7921957115c870aea0ce46.zip
first steps to a command packet handler for u1+
Diffstat (limited to 'usrp2/gpif/Makefile.srcs')
-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..1055baaa8 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 \
+ctrl_resp.v \
))