Added subdir tools to support commands and local installers

Change-Id: I6cecf424ea8684d40f2281143421bd64e9c35da6
3 files changed
tree: 661db5698927bb2e8b4c0a224170993a9658adda
  1. .gitreview
  2. Makefile
  3. README.md
  4. config.mk
  5. makefiles/
README.md

Repository: onf-make

This repo holds generic library makefile logic and targets that can be used to build and test arbitrary targets.

Two module directories are maintained, access through variables:

Make MacroDescription
MAKEDIRPath to project specific makefiles/ directory
ONF_MAKEDIRPath to generic library makefiles/ directory

include $(ONF_MAKEDIR)/include.mk

implicit project import:

include $(MAKEDIR)/include.mk