1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
| includesubdir = $(includedir)/rtdm/uapi
|
| includesub_HEADERS = rtdm.h
|
| if XENO_COBALT
| includesub_HEADERS += \
| analogy.h \
| autotune.h \
| can.h \
| gpio.h \
| gpiopwm.h \
| ipc.h \
| net.h \
| serial.h \
| spi.h \
| testing.h \
| udd.h
| endif
|
|