diff options
author | Matt Ettus <matt@ettus.com> | 2010-07-13 11:50:54 -0700 |
---|---|---|
committer | Matt Ettus <matt@ettus.com> | 2010-07-13 11:50:54 -0700 |
commit | 8bac5fc488db2123b5ac713c52bbaa01b616e0eb (patch) | |
tree | d045d7761438a1c3e2bab8b1f43cba0494f8c3b4 /usrp2/control_lib/Makefile.srcs | |
parent | 864096d9b717a557b9d84d562b0803bc491313c8 (diff) | |
download | uhd-8bac5fc488db2123b5ac713c52bbaa01b616e0eb.tar.gz uhd-8bac5fc488db2123b5ac713c52bbaa01b616e0eb.tar.bz2 uhd-8bac5fc488db2123b5ac713c52bbaa01b616e0eb.zip |
separate boot ram, redone memory map, connected uart
Diffstat (limited to 'usrp2/control_lib/Makefile.srcs')
-rw-r--r-- | usrp2/control_lib/Makefile.srcs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usrp2/control_lib/Makefile.srcs b/usrp2/control_lib/Makefile.srcs index 60fb2516d..ad491b83d 100644 --- a/usrp2/control_lib/Makefile.srcs +++ b/usrp2/control_lib/Makefile.srcs @@ -44,4 +44,5 @@ longfifo.v \ shortfifo.v \ medfifo.v \ s3a_icap_wb.v \ +bootram.v \ )) |