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

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

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

#set(HEADERS ${HEADERS} ipe.h ipe_private.h)
#add_library(dma STATIC  ipe.c)