A collection of makefiles for all sdc repos. This is to allow make commands to be re-usable and be able to change on place.
- add a submodule in the makefiles dir. This will add this repo inside your project so the included makefiles can be used
- Create a Makefile in the route of your repo
- Ensure the Makefile includes the new
.mk
files like thisinclude makefiles/*.mk
or individual makefiles likeinclude makefiles/test.mk
etc. Make sure to always include base.mk - you can then use make commands like before
make test