aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/NRF5/LLD/QDECv1/driver.mk
blob: de18c39c412352d6abee13a7ffb54f8e9a3fb090 (plain)
1
2
3
4
5
6
7
8
9
ifeq ($(USE_SMART_BUILD),yes)
ifneq ($(findstring HAL_USE_QEI TRUE,$(HALCONF)),)
PLATFORMSRC_CONTRIB += ${CHIBIOS_CONTRIB}/os/hal/ports/NRF5/LLD/QDECv1/hal_qei_lld.c
endif
else
PLATFORMSRC_CONTRIB += ${CHIBIOS_CONTRIB}/os/hal/ports/NRF5/LLD/QDECv1/hal_qei_lld.c
endif

PLATFORMINC_CONTRIB += ${CHIBIOS_CONTRIB}/os/hal/ports/NRF5/LLD/QDECv1