Boils down to: - Include headers - Reduce boiler plate with helpers - Swap out explicit usages with core API layer and ensure the right API is configured beforehand
14 lines
199 B
Makefile
14 lines
199 B
Makefile
dlls += \
|
|
eamio-icca \
|
|
|
|
libs_eamio-icca := \
|
|
core \
|
|
aciodrv \
|
|
aciomgr \
|
|
cconfig \
|
|
util \
|
|
|
|
src_eamio-icca := \
|
|
config-icc.c \
|
|
eamio-icca.c \
|