diff options
author | jaseg <git-bigdata-wsl-arch@jaseg.de> | 2020-03-18 15:34:35 +0100 |
---|---|---|
committer | jaseg <git-bigdata-wsl-arch@jaseg.de> | 2020-03-18 15:34:35 +0100 |
commit | 639a4d1386b6d9b3be91ff03d09104a63db4ea45 (patch) | |
tree | 55c1a551d0acbc23a89f9c854cb124766dce2a49 /controller/fw/Makefile | |
parent | 583d6fec80831b29e406d80ad75196879d19b6bc (diff) | |
download | master-thesis-639a4d1386b6d9b3be91ff03d09104a63db4ea45.tar.gz master-thesis-639a4d1386b6d9b3be91ff03d09104a63db4ea45.tar.bz2 master-thesis-639a4d1386b6d9b3be91ff03d09104a63db4ea45.zip |
Fix up linkmem script
Diffstat (limited to 'controller/fw/Makefile')
-rw-r--r-- | controller/fw/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/controller/fw/Makefile b/controller/fw/Makefile index 0faea30..11b68b8 100644 --- a/controller/fw/Makefile +++ b/controller/fw/Makefile @@ -306,6 +306,7 @@ clean: rm -rf $(BUILDDIR)/src rm -rf $(BUILDDIR)/generated rm -f $(BUILDDIR)/$(BINARY) + rm -f $(BUILDDIR)/$(BINARY:.elf=.map) rm -f $(BUILDDIR)/$(BINARY:.elf=-symbol-sizes.dot) rm -f $(BUILDDIR)/$(BINARY:.elf=-symbol-sizes.pdf) rm -f $(BUILDDIR)/tools/freq_meas_test |