summaryrefslogtreecommitdiff
path: root/usrp2
diff options
context:
space:
mode:
authoreb <eb@221aa14e-8319-0410-a670-987f0aec2ac5>2008-09-08 23:08:46 +0000
committereb <eb@221aa14e-8319-0410-a670-987f0aec2ac5>2008-09-08 23:08:46 +0000
commit202d13adec25b771faa9e20531740c6ff771c444 (patch)
tree3f491b5e7e6ea91f535a624ddc68a3151da481d1 /usrp2
parent8282d43f2be31e3dbee12faf48c2bccaccea8323 (diff)
Now passes distcheck with or without microblaze tools on path.
Merged eb/distcheck 9534:9537 into trunk. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9538 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'usrp2')
-rw-r--r--usrp2/Makefile.am17
1 files changed, 17 insertions, 0 deletions
diff --git a/usrp2/Makefile.am b/usrp2/Makefile.am
index 1ea058902c..c478df9bc1 100644
--- a/usrp2/Makefile.am
+++ b/usrp2/Makefile.am
@@ -21,3 +21,20 @@
include $(top_srcdir)/Makefile.common
SUBDIRS = host
+
+# KLUDGE ALERT!
+#
+# This kludge gets the files the host code needs into the tarball even if
+# we're not building the firmware.
+#
+if !BUILDING_USRP2_FIRMWARE
+EXTRA_DIST = \
+ firmware/include/usrp2_cdefs.h \
+ firmware/include/usrp2_cdefs.h \
+ firmware/include/usrp2_eth_packet.h \
+ firmware/include/usrp2_fpga_regs.h \
+ firmware/include/usrp2_i2c_addr.h \
+ firmware/include/usrp2_mac_addr.h \
+ firmware/include/usrp2_mimo_config.h \
+ firmware/include/usrp2_types.h
+endif