aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/hal.mk
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/hal.mk')
-rw-r--r--os/hal/hal.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/os/hal/hal.mk b/os/hal/hal.mk
index 9691e4b23..12f6b997b 100644
--- a/os/hal/hal.mk
+++ b/os/hal/hal.mk
@@ -20,6 +20,9 @@ endif
ifneq ($(findstring HAL_USE_CAN TRUE,$(HALCONF)),)
HALSRC += $(CHIBIOS)/os/hal/src/hal_can.c
endif
+ifneq ($(findstring HAL_USE_CRY TRUE,$(HALCONF)),)
+HALSRC += $(CHIBIOS)/os/hal/src/hal_crypto.c
+endif
ifneq ($(findstring HAL_USE_DAC TRUE,$(HALCONF)),)
HALSRC += $(CHIBIOS)/os/hal/src/hal_dac.c
endif