Add in a few missing -2023 dates in copyright notice

Change-Id: Iba9367ba8e4cd395789d58b7ded52e74459af6c8
11 files changed
tree: 9486dfbf381939fec3689d2936331a911dbef0cc
  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