mirror of
https://github.com/mit-han-lab/tinyengine.git
synced 2025-06-12 12:38:22 +08:00
25 lines
2.0 KiB
Makefile
25 lines
2.0 KiB
Makefile
################################################################################
|
|
# Automatically-generated file. Do not edit!
|
|
################################################################################
|
|
|
|
# Add inputs and outputs from these tool invocations to the build variables
|
|
C_SRCS += \
|
|
../Src/sys/_io.c \
|
|
../Src/sys/stubs.c
|
|
|
|
C_DEPS += \
|
|
./Src/sys/_io.d \
|
|
./Src/sys/stubs.d
|
|
|
|
OBJS += \
|
|
./Src/sys/_io.o \
|
|
./Src/sys/stubs.o
|
|
|
|
|
|
# Each subdirectory must supply rules for building sources it contributes
|
|
Src/sys/_io.o: ../Src/sys/_io.c
|
|
arm-none-eabi-gcc "$<" -mcpu=cortex-m7 -std=c11 -g -DSTM32F746xx -c -I../Src -I"/Users/raymondwang/STM32CubeIDE/workspace_1.5.0/TinyEngine_vww_tutorial/Src/TinyEngine/include" -I"/Users/raymondwang/STM32CubeIDE/workspace_1.5.0/TinyEngine_vww_tutorial/Src/TinyEngine/include/arm_cmsis" -I"/Users/raymondwang/STM32CubeIDE/workspace_1.5.0/TinyEngine_vww_tutorial/Src/TinyEngine/codegen/Include" -I../Inc -I../Drivers/STM32F7xx_HAL_Driver/Inc -I../Drivers/BSP/STM32746G-Discovery -I../Drivers/CMSIS/Include -I../Drivers/CMSIS/Device/ST/STM32F7xx/Include -I../TinyEngine/include -Ofast -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Src/sys/_io.d" -MT"$@" -mfpu=fpv5-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
|
|
Src/sys/stubs.o: ../Src/sys/stubs.c
|
|
arm-none-eabi-gcc "$<" -mcpu=cortex-m7 -std=c11 -g -DSTM32F746xx -c -I../Src -I"/Users/raymondwang/STM32CubeIDE/workspace_1.5.0/TinyEngine_vww_tutorial/Src/TinyEngine/include" -I"/Users/raymondwang/STM32CubeIDE/workspace_1.5.0/TinyEngine_vww_tutorial/Src/TinyEngine/include/arm_cmsis" -I"/Users/raymondwang/STM32CubeIDE/workspace_1.5.0/TinyEngine_vww_tutorial/Src/TinyEngine/codegen/Include" -I../Inc -I../Drivers/STM32F7xx_HAL_Driver/Inc -I../Drivers/BSP/STM32746G-Discovery -I../Drivers/CMSIS/Include -I../Drivers/CMSIS/Device/ST/STM32F7xx/Include -I../TinyEngine/include -Ofast -ffunction-sections -fdata-sections -Wall -fstack-usage -MMD -MP -MF"Src/sys/stubs.d" -MT"$@" -mfpu=fpv5-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
|
|
|