aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/hal.mk
blob: 2508c9020cd7b07a9e747860f53e2697b0b521f2 (plain)
1
2
3
4
5
6
7
8
include ${CHIBIOS}/os/hal/hal.mk

HALSRC += ${CHIBIOS}/community/os/hal/src/hal_community.c \
	      ${CHIBIOS}/community/os/hal/src/nand.c \
	      ${CHIBIOS}/community/os/hal/src/onewire.c \
	      ${CHIBIOS}/community/os/hal/src/eicu.c

HALINC += ${CHIBIOS}/community/os/hal/include