summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Blum2010-11-30 13:03:05 -0500
committerJosh Blum2010-11-30 13:03:05 -0500
commit3bb029afe0d7de1bd4aadaecf4eb7121e0f2c84d (patch)
tree505fb065111af25eae9a76faba31c11cd62db520
parent775bd35cde0b42f3aaab76f4014e5915783ecb44 (diff)
downloadgnuradio-3bb029afe0d7de1bd4aadaecf4eb7121e0f2c84d.tar.gz
gnuradio-3bb029afe0d7de1bd4aadaecf4eb7121e0f2c84d.tar.bz2
gnuradio-3bb029afe0d7de1bd4aadaecf4eb7121e0f2c84d.zip
Removed usrp2-firmware from being automatically built.
Most users get the firmware from precompiled binaries. Removing this should make configure less confusing.
-rwxr-xr-xbootstrap3
-rw-r--r--usrp2/Makefile.am2
2 files changed, 1 insertions, 4 deletions
diff --git a/bootstrap b/bootstrap
index 463ff165b..7daff90d1 100755
--- a/bootstrap
+++ b/bootstrap
@@ -28,6 +28,3 @@ autoheader
libtoolize --automake
automake --add-missing -Wno-portability -Wno-override -Wnone
#automake --add-missing -Wno-portability
-
-# Run bootstrap in any subprojects
-(cd usrp2/firmware ; ./bootstrap)
diff --git a/usrp2/Makefile.am b/usrp2/Makefile.am
index 9813f38cb..1ea058902 100644
--- a/usrp2/Makefile.am
+++ b/usrp2/Makefile.am
@@ -20,4 +20,4 @@
include $(top_srcdir)/Makefile.common
-SUBDIRS = host firmware
+SUBDIRS = host