diff options
-rwxr-xr-x | bootstrap | 3 | ||||
-rw-r--r-- | usrp2/Makefile.am | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -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 |