diff options
-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 |