Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Makefile.base: fix AR keeping removed source files objects
AR incrementally adds file without removing files. If a c file is deleted or disabled(submodule removal) it is not removed from archive and still ends up in the final elf file. This fix removes the need to do 'make clean' for this case. However it will break cases where an APPLICATION and a MODULE or two modules have the same name and only worked because source files names where different.
- Loading branch information