Changeset 9709

Show
Ignore:
Timestamp:
10/04/08 11:21:28
Author:
eb
Message:

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.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • gnuradio/trunk/Makefile.am

    r9538 r9709  
    3333        README.building-boost 
    3434 
    35 SUBDIRS = @build_dirs@ $(subdirs) 
    36 DIST_SUBDIRS = @build_dirs@ @skipped_dirs@ @with_dirs@ $(subdirs) 
     35SUBDIRS = @build_dirs@ 
     36DIST_SUBDIRS = @build_dirs@ @skipped_dirs@ @with_dirs@ 
  • gnuradio/trunk/usrp2/Makefile.am

    r9695 r9709  
    2121include $(top_srcdir)/Makefile.common 
    2222 
    23 SUBDIRS = host 
     23SUBDIRS = host firmware