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
18 lines
246 B
Makefile
18 lines
246 B
Makefile
exes += aciotest
|
|
|
|
libs_aciotest := \
|
|
core \
|
|
bio2drv \
|
|
aciodrv \
|
|
aciodrv-proc \
|
|
util \
|
|
|
|
src_aciotest := \
|
|
icca.c \
|
|
kfca.c \
|
|
panb.c \
|
|
rvol.c \
|
|
bi2a-iidx.c \
|
|
bi2a-sdvx.c \
|
|
main.c \
|