aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2011-10-26 18:48:38 -0700
committerJosh Blum <josh@joshknows.com>2011-10-26 18:48:38 -0700
commitc75d7049df389b99661030b7d0d50d5dceaa2b66 (patch)
treec0be78570da250186f54f83298382cb4e2aebbfd
parent055e6f92a0efabc3159465ec00aa7e8cc29112c4 (diff)
downloaduhd-c75d7049df389b99661030b7d0d50d5dceaa2b66.tar.gz
uhd-c75d7049df389b99661030b7d0d50d5dceaa2b66.tar.bz2
uhd-c75d7049df389b99661030b7d0d50d5dceaa2b66.zip
forgot to add gpio atr to makefile source list
-rw-r--r--usrp2/control_lib/Makefile.srcs1
1 files changed, 1 insertions, 0 deletions
diff --git a/usrp2/control_lib/Makefile.srcs b/usrp2/control_lib/Makefile.srcs
index a88f156c5..567feacde 100644
--- a/usrp2/control_lib/Makefile.srcs
+++ b/usrp2/control_lib/Makefile.srcs
@@ -53,4 +53,5 @@ nsgpio16LE.v \
settings_bus_16LE.v \
atr_controller16.v \
fifo_to_wb.v \
+gpio_atr.v \
))