First commit

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2022-11-01 13:28:53 +01:00
commit 4b912741cb
73 changed files with 3753 additions and 0 deletions

9
make/proj.mk Normal file
View file

@ -0,0 +1,9 @@
# to be included from inside the project directory
DEV_PROJECTS_DIR ?= $(TOPDIR)/..
JWBDIR ?= $(firstword $(wildcard $(DEV_PROJECTS_DIR)/jw-build $(BUILD_TOOLS_PREFIX)/opt/$(FLAVOUR_PATH_PREFIX)jw-build))
include $(JWBDIR)/make/projects.mk
USE_PROJECT_LIB = false
HDRDIR_SCOPE_SUFFIX = $(PROJECT)