diff --git a/target_lo/Makefile b/target_lo/Makefile index 93bdd886..93b7fc3e 100644 --- a/target_lo/Makefile +++ b/target_lo/Makefile @@ -23,9 +23,9 @@ BUILD_DIR = build C_SOURCES = \ Src/main.c -CPP_SOURCES = ../app/app.cpp +CPP_SOURCES = ../core/app.cpp -C_SOURCES += ../app/write.c +C_SOURCES += ../core/write.c C_SOURCES += Src/flipper_hal.c C_SOURCES += Src/lo_os.c C_SOURCES += Src/lo_hal.c