summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbootstrap3
-rw-r--r--usrp2/Makefile.am2
2 files changed, 4 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index 7daff90d1..463ff165b 100755
--- a/bootstrap
+++ b/bootstrap
@@ -28,3 +28,6 @@ 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 1ea058902..9813f38cb 100644
--- a/usrp2/Makefile.am
+++ b/usrp2/Makefile.am
@@ -20,4 +20,4 @@
include $(top_srcdir)/Makefile.common
-SUBDIRS = host
+SUBDIRS = host firmware