diff options
Diffstat (limited to 'gr-sounder/src/fpga/top')
-rw-r--r-- | gr-sounder/src/fpga/top/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gr-sounder/src/fpga/top/Makefile.am b/gr-sounder/src/fpga/top/Makefile.am index 33e8c860d..63e07dc5b 100644 --- a/gr-sounder/src/fpga/top/Makefile.am +++ b/gr-sounder/src/fpga/top/Makefile.am @@ -37,7 +37,7 @@ EXTRA_DIST = \ usrp_sounder.psf \ usrp_sounder.qpf -MOSTLYCLEANFILES = \ +MOSTLYCLEANFILES += \ db/* \ *.rpt \ *.summary \ @@ -45,5 +45,4 @@ MOSTLYCLEANFILES = \ *.smsg \ *.done \ *.pin \ - *.sof \ - *~ + *.sof |