stm32: fix compilation issues

Reported at https://github.com/lvgl/lv_binding_micropython/issues/82#issuecomment-674368674
This commit is contained in:
Themba Dube 2020-08-15 08:58:34 -04:00
parent 6a2fd23261
commit fab46c9ee3
2 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit 75607cf1b5363b74b450566676450e9198040c81 Subproject commit e93f32892b35caeb2c468c7150799c57183dbf1f

View File

@ -502,8 +502,8 @@ endif
ifeq ($(MICROPY_PY_LVGL),1) ifeq ($(MICROPY_PY_LVGL),1)
CFLAGS += -DMICROPY_PY_LVGL CFLAGS += -DMICROPY_PY_LVGL
SRC_LIB += $(shell find $(LVGL_BINDING_DIR)/driver/stm32/$(BOARD)/*.c) LIB_SRC_C += $(shell find $(LVGL_BINDING_DIR)/driver/stm32/$(BOARD)/*.c)
SRC_LIB += $(shell find $(LVGL_BINDING_DIR)/driver/stm32/string1.c) LIB_SRC_C += $(shell find $(LVGL_BINDING_DIR)/driver/stm32/string1.c)
ifeq ($(MCU_SERIES),$(filter $(MCU_SERIES),f7)) ifeq ($(MCU_SERIES),$(filter $(MCU_SERIES),f7))
SRC_HAL += $(addprefix $(HAL_DIR)/Src/stm32$(MCU_SERIES)xx_,\ SRC_HAL += $(addprefix $(HAL_DIR)/Src/stm32$(MCU_SERIES)xx_,\
hal_ltdc.c \ hal_ltdc.c \