Statistics
| Branch: | Tag: | Revision:

amiro-os / hal / hal.mk @ 58fe0e0b

History | View | Annotate | Download (250 Bytes)

1 58fe0e0b Thomas Schöpping
# List of all the ChibiOS/RT HAL files, there is no need to remove the files
2
# from this list, you can disable parts of the kernel by editing halconf.h.
3
HALSRC += ${AMIRO}/hal/src/qei.c 
4
5
# Required include directories
6
HALINC += ${AMIRO}/hal/include