Bulk import from ci-management and voltha-docs

Change-Id: Ic1b9b80de495dff4dc204e757ea0223161ab77fb
7 files changed
tree: 9c28dbd15cafb1bd979c0d0aa5d88b13b3f145dd
  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