Files
djhackersdev_bemanitools/src/main/aciotest/Module.mk
T
icex2 e8221631f9 refactor: Entire code base, thread and log usage
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
2024-02-25 09:07:54 +01:00

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 \