summaryrefslogtreecommitdiffstats
path: root/dma/CMakeLists.txt
blob: 44bf18cbb222edb54548f5d06ecd254a7d2968fe (plain)
1
2
3
4
5
6
7
8
9
include_directories(
    ${CMAKE_SOURCE_DIR}
)


set(HEADERS ${HEADERS} nwl.h nwl_private.h nwl_engine.h nwl_irq.h nwl_loopback.h nwl_register.h ipe.h ipe_private.h ipe_registers.h)

add_library(dma STATIC nwl.c nwl_engine.c nwl_irq.c nwl_loopback.c nwl_register.c ipe.c)