Gateware/Software for Cell Controller communication modules. This repository is intended to be used as a submodule, so other projects can reuse the same set of modules.
- Use
git submodule add
commmand to add this as a submodule - Include dir_list.mk, top_rules.mk and bottom_rules.mk in your Makefile. Example:
include $(THIS_REPOSITORY_PATH)/dir_list.mk
include $(THIS_REPOSITORY_PATH)/top_rules.mk
<INSERT YOUR RULES HERE>
include $(THIS_REPOSITORY_PATH)/bottom_rules.mk