Initial import from repo:ci-management/makefiles

Change-Id: Ie6267d932de97f8ee38908e2a1aab146cd11085b
35 files changed
tree: 590b7f782779450ab1d0f85495758b97aaa4dbf1
  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