Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Makefile.include: fix missing target for libraries
Unittests add libraries in 'BASELIBS' which do not have any rules to be built as they are built by 'application.inc.mk' and the DIRS variable. So make complains about missing target for the unittests archives. The fix tells these files are generated when building '$(APPLICATION_MODULE).a'. The bug was introduced by RIOT-OS#8844 Fixes RIOT-OS#8910
- Loading branch information