Fixed build error in case of "USE_VERBOSE_COMPILE = no" set in Makefile.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9176 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
Uladzimir Pylinski 2016-03-28 14:38:32 +00:00
parent 8ff61f3173
commit 8447e50604
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ ifneq ($(findstring HAL_USE_WDG TRUE,$(HALCONF)),)
HALSRC += $(CHIBIOS)/os/hal/src/hal_wdg.c
endif
else
HALSRC = $(CHIBIOS)/os/hal/src/hal.c \
HALSRC = $(CHIBIOS)/os/hal/src/hal_hal.c \
$(CHIBIOS)/os/hal/src/hal_buffers.c \
$(CHIBIOS)/os/hal/src/hal_queues.c \
$(CHIBIOS)/os/hal/src/hal_mmcsd.c \