Added library helper functions.  Docker is-tty, append semi-colon so bash will not complain about an incomplete line

Change-Id: I94d1b39910b8b437788438fd38931866763d0508
9 files changed
tree: e56f3e8b985c499928a279a04609036cedfcc77e
  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