@@ -160,42 +160,42 @@ ${TOP_DIR}/Drivers/STM32WBxx_HAL_Driver/Src/stm32wbxx_hal_exti.c \
160160
161161ifeq ($(TRACKER_APP ) ,1)
162162C_SOURCES += \
163- ${TOP_DIR}/Src/apps/Tracker/main_tracker.c
163+ ${TOP_DIR}/smtc_tracker_app/ Src/apps/Tracker/main_tracker.c
164164endif
165165
166- ifeq ($(LORAMAC_WAN ) ,1)
166+ ifeq ($(LORAWAN_APP ) ,1)
167167C_SOURCES += \
168- ${TOP_DIR}/Src/apps/LoRaWAN/main_lorawan.c
168+ ${TOP_DIR}/smtc_tracker_app/ Src/apps/LoRaMac/classA/main_loramac_a.c
169169endif
170170
171171ifeq ($(GNSS_APP ) ,1)
172172C_SOURCES += \
173- ${TOP_DIR}/Src/apps/gnss_test/main_test_gnss.c
173+ ${TOP_DIR}/smtc_tracker_app/ Src/apps/gnss_test/main_test_gnss.c
174174endif
175175
176176ifeq ($(WIFI_APP ) ,1)
177177C_SOURCES += \
178- ${TOP_DIR}/Src/apps/wifi_test/main_test_wifi.c
178+ ${TOP_DIR}/smtc_tracker_app/ Src/apps/wifi_test/main_test_wifi.c
179179endif
180180
181181ifeq ($(TX_CONTINUOUS_APP ) ,1)
182182C_SOURCES += \
183- ${TOP_DIR}/Src/apps/tx_continuous_test/main_test_tx_continuous.c
183+ ${TOP_DIR}/smtc_tracker_app/ Src/apps/tx_continuous_test/main_test_tx_continuous.c
184184endif
185185
186186ifeq ($(UPDATE_MODEM_APP ) ,1)
187187C_SOURCES += \
188- ${TOP_DIR}/Src/apps/update-firmware/update_firmware.c
188+ ${TOP_DIR}/smtc_tracker_app/ Src/apps/update-firmware/update_firmware.c
189189endif
190190
191191ifeq ($(BLE_STANDALONE_APP ) ,1)
192192C_SOURCES += \
193- ${TOP_DIR}/Src/apps/update-firmware/main_BLE_standalone.c
193+ ${TOP_DIR}/smtc_tracker_app/ Src/apps/update-firmware/main_BLE_standalone.c
194194endif
195195
196196ifeq ($(READ_INTERNAL_LOG ) ,1)
197197C_SOURCES += \
198- ${TOP_DIR}/Src/apps/update-firmware/main_read_internal_log.c
198+ ${TOP_DIR}/smtc_tracker_app/ Src/apps/update-firmware/main_read_internal_log.c
199199endif
200200
201201
@@ -308,7 +308,7 @@ C_INCLUDES = \
308308-I${TOP_DIR}/smtc_tracker_app/Src/radio/wifi \
309309-I${TOP_DIR}/smtc_tracker_app/Src/radio/gnss \
310310-I${TOP_DIR}/smtc_tracker_app/Src/radio/lr1110_modem/src \
311- -I${TOP_DIR}/smtc_tracker_app/Src/apps/LoRaWAN \
311+ -I${TOP_DIR}/smtc_tracker_app/Src/apps/LoRaMac/classA \
312312-I${TOP_DIR}/smtc_tracker_app/Src/apps/Tracker \
313313-I${TOP_DIR}/smtc_tracker_app/Src/apps/update_firmware \
314314
0 commit comments