diff options
author | José Bollo <jose.bollo@iot.bzh> | 2019-05-16 09:13:59 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2019-05-23 16:09:24 +0200 |
commit | 44b1bdc8081f4968e70313463059e1ce77806ce2 (patch) | |
tree | 19aefbc91ebda3dda6f0f9358aa6a372456af339 /conf/unit/generate-unit-conf/Makefile | |
parent | 07a9590a2dfcfd18540bbb67e2fbc2fc1795e4fa (diff) |
afm-unit.conf: cleanup of generation
The generation files are reworked to improve
their evolution and maintainability:
- the Makefile now refers to any .inc file
- the macros are isolated from the skeleton
- main iterators are managed in the skeleton
- improve management of UNIT_NAME_BASE
Bug-AGL: SPEC-2436
Change-Id: I0877eb0149c9362be3290ed2c146cc69fc6bf718
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'conf/unit/generate-unit-conf/Makefile')
-rw-r--r-- | conf/unit/generate-unit-conf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/unit/generate-unit-conf/Makefile b/conf/unit/generate-unit-conf/Makefile index 2849d6f..51cb9c8 100644 --- a/conf/unit/generate-unit-conf/Makefile +++ b/conf/unit/generate-unit-conf/Makefile @@ -2,7 +2,7 @@ MAIN = afm-unit -FILES = $(MAIN) binder.inc provided-api.inc provided-binding.inc service.inc Makefile +FILES = $(MAIN) $(shell ls *.inc) Makefile DIR = .. |