Revision 870f74ac os/hal/ports/STM32/platform.mk

View differences:

os/hal/ports/STM32/platform.mk
24 24

  
25 25

  
26 26
# absolute path to this directory
27
PLATFORM_DIR := $(dir $(abspath $(lastword $(MAKEFILE_LIST))))
27
PLATFORM_DIR := $(dir $(lastword $(MAKEFILE_LIST)))
28 28

  
29 29
# add include path
30
PLATFORMINC += $(PLATFORM_DIR)LLD/QEIv1/
30
PLATFORMINC += $(PLATFORM_DIR)LLD/QEIv1
31 31

  
32 32
# add C sources
33 33
PLATFORMSRC += $(PLATFORM_DIR)LLD/QEIv1/hal_qei_lld.c

Also available in: Unified diff