Fixed bad library path in Makefile ...
This commit is contained in:
parent
2650cf85f9
commit
2bfddce356
@ -34,7 +34,7 @@ COMPONENTS_$(TARGET) = \
|
||||
$(TOP_DIR)/app/app_drivers/libappdrivers$(LIB_EXT) \
|
||||
$(TOP_DIR)/app/persistency/libpersistency$(LIB_EXT) \
|
||||
$(TOP_DIR)/app/translation/libtranslation$(LIB_EXT) \
|
||||
$(TOP_DIR)/app/translation/libble$(LIB_EXT) \
|
||||
$(TOP_DIR)/app/ble/libble$(LIB_EXT) \
|
||||
$(TOP_DIR)/lvgl/liblvgl$(LIB_EXT)
|
||||
|
||||
ifeq ($(USE_LIB), 0)
|
||||
|
Loading…
Reference in New Issue
Block a user