From: eb Date: Sat, 4 Oct 2008 17:21:28 +0000 (+0000) Subject: Refactored how the usrp2/firmware connects into the top-level built. X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=daeac31043577697056aa78dbbf131700c67ed13;p=debian%2Fgnuradio Refactored how the usrp2/firmware connects into the top-level built. We now have "normal" behavior. That is, if your current directory is usrp2, when you invoke "make" it will make both the host and firmware directories. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9709 221aa14e-8319-0410-a670-987f0aec2ac5 --- diff --git a/Makefile.am b/Makefile.am index b5d4f945..9262c5bc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,5 +32,5 @@ EXTRA_DIST = \ README.hacking \ README.building-boost -SUBDIRS = @build_dirs@ $(subdirs) -DIST_SUBDIRS = @build_dirs@ @skipped_dirs@ @with_dirs@ $(subdirs) +SUBDIRS = @build_dirs@ +DIST_SUBDIRS = @build_dirs@ @skipped_dirs@ @with_dirs@ diff --git a/usrp2/Makefile.am b/usrp2/Makefile.am index 1ea05890..9813f38c 100644 --- a/usrp2/Makefile.am +++ b/usrp2/Makefile.am @@ -20,4 +20,4 @@ include $(top_srcdir)/Makefile.common -SUBDIRS = host +SUBDIRS = host firmware