diff options
Diffstat (limited to 'firmware/rf test/Debug/STM32_WPAN/App/subdir.mk')
| -rw-r--r-- | firmware/rf test/Debug/STM32_WPAN/App/subdir.mk | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/firmware/rf test/Debug/STM32_WPAN/App/subdir.mk b/firmware/rf test/Debug/STM32_WPAN/App/subdir.mk new file mode 100644 index 0000000..f9f81f2 --- /dev/null +++ b/firmware/rf test/Debug/STM32_WPAN/App/subdir.mk @@ -0,0 +1,30 @@ +################################################################################ +# Automatically-generated file. Do not edit! +# Toolchain: GNU Tools for STM32 (13.3.rel1) +################################################################################ + +# Add inputs and outputs from these tool invocations to the build variables +C_SRCS += \ +../STM32_WPAN/App/app_ble.c \ +../STM32_WPAN/App/p2p_server_app.c + +OBJS += \ +./STM32_WPAN/App/app_ble.o \ +./STM32_WPAN/App/p2p_server_app.o + +C_DEPS += \ +./STM32_WPAN/App/app_ble.d \ +./STM32_WPAN/App/p2p_server_app.d + + +# Each subdirectory must supply rules for building sources it contributes +STM32_WPAN/App/%.o STM32_WPAN/App/%.su STM32_WPAN/App/%.cyclo: ../STM32_WPAN/App/%.c STM32_WPAN/App/subdir.mk + arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32WB55xx -c -I../Core/Inc -I../Drivers/STM32WBxx_HAL_Driver/Inc -I../Drivers/STM32WBxx_HAL_Driver/Inc/Legacy -I../Drivers/CMSIS/Device/ST/STM32WBxx/Include -I../Drivers/CMSIS/Include -I../STM32_WPAN/App -I../Utilities/lpm/tiny_lpm -I../Middlewares/ST/STM32_WPAN -I../Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread -I../Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/tl -I../Middlewares/ST/STM32_WPAN/interface/patterns/ble_thread/shci -I../Middlewares/ST/STM32_WPAN/utilities -I../Middlewares/ST/STM32_WPAN/ble/core -I../Middlewares/ST/STM32_WPAN/ble/core/auto -I../Middlewares/ST/STM32_WPAN/ble/core/template -I../Middlewares/ST/STM32_WPAN/ble/svc/Inc -I../Middlewares/ST/STM32_WPAN/ble/svc/Src -I../Utilities/sequencer -I../Middlewares/ST/STM32_WPAN/ble -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@" + +clean: clean-STM32_WPAN-2f-App + +clean-STM32_WPAN-2f-App: + -$(RM) ./STM32_WPAN/App/app_ble.cyclo ./STM32_WPAN/App/app_ble.d ./STM32_WPAN/App/app_ble.o ./STM32_WPAN/App/app_ble.su ./STM32_WPAN/App/p2p_server_app.cyclo ./STM32_WPAN/App/p2p_server_app.d ./STM32_WPAN/App/p2p_server_app.o ./STM32_WPAN/App/p2p_server_app.su + +.PHONY: clean-STM32_WPAN-2f-App + |
