diff options
author | Josh Blum | 2010-11-30 13:03:05 -0500 |
---|---|---|
committer | Josh Blum | 2010-11-30 13:03:05 -0500 |
commit | 3bb029afe0d7de1bd4aadaecf4eb7121e0f2c84d (patch) | |
tree | 505fb065111af25eae9a76faba31c11cd62db520 | |
parent | 775bd35cde0b42f3aaab76f4014e5915783ecb44 (diff) | |
download | gnuradio-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-x | bootstrap | 3 | ||||
-rw-r--r-- | usrp2/Makefile.am | 2 |
2 files changed, 1 insertions, 4 deletions
@@ -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 |