Added the new translation module to the project by updating the include paths + makefile
This commit is contained in:
parent
323f1f2996
commit
6c4a186a19
@ -33,6 +33,7 @@ COMPONENTS_$(TARGET) = \
|
|||||||
$(TOP_DIR)/app/libuser$(LIB_EXT) \
|
$(TOP_DIR)/app/libuser$(LIB_EXT) \
|
||||||
$(TOP_DIR)/app/app_drivers/libappdrivers$(LIB_EXT) \
|
$(TOP_DIR)/app/app_drivers/libappdrivers$(LIB_EXT) \
|
||||||
$(TOP_DIR)/app/persistency/libpersistency$(LIB_EXT) \
|
$(TOP_DIR)/app/persistency/libpersistency$(LIB_EXT) \
|
||||||
|
$(TOP_DIR)/app/translation/libtranslation$(LIB_EXT) \
|
||||||
$(TOP_DIR)/lvgl/liblvgl$(LIB_EXT)
|
$(TOP_DIR)/lvgl/liblvgl$(LIB_EXT)
|
||||||
|
|
||||||
ifeq ($(USE_LIB), 0)
|
ifeq ($(USE_LIB), 0)
|
||||||
|
@ -49,6 +49,7 @@ INCLUDES += -I $(TOP_DIR)/app/app_drivers/mmc_sdio
|
|||||||
INCLUDES += -I $(TOP_DIR)/app/app_drivers/i2c
|
INCLUDES += -I $(TOP_DIR)/app/app_drivers/i2c
|
||||||
INCLUDES += -I $(TOP_DIR)/app/app_drivers/watch_peripherals
|
INCLUDES += -I $(TOP_DIR)/app/app_drivers/watch_peripherals
|
||||||
INCLUDES += -I $(TOP_DIR)/app/persistency
|
INCLUDES += -I $(TOP_DIR)/app/persistency
|
||||||
|
INCLUDES += -I $(TOP_DIR)/app/translation
|
||||||
INCLUDES += -I $(TOP_DIR)/app/gfx
|
INCLUDES += -I $(TOP_DIR)/app/gfx
|
||||||
INCLUDES += -I $(TOP_DIR)/app
|
INCLUDES += -I $(TOP_DIR)/app
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user