Files
2024-09-18 11:50:26 +08:00

37 lines
1.3 KiB
Makefile

################################################################################
# MRS Version: 1.9.1
# Automatically-generated file. Do not edit!
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
C_SRCS += \
../BSP/at24cxx.c \
../BSP/bmp280.c \
../BSP/mpu6500.c \
../BSP/pmw3901.c \
../BSP/qmc5883l.c \
../BSP/si24r1.c
OBJS += \
./BSP/at24cxx.o \
./BSP/bmp280.o \
./BSP/mpu6500.o \
./BSP/pmw3901.o \
./BSP/qmc5883l.o \
./BSP/si24r1.o
C_DEPS += \
./BSP/at24cxx.d \
./BSP/bmp280.d \
./BSP/mpu6500.d \
./BSP/pmw3901.d \
./BSP/qmc5883l.d \
./BSP/si24r1.d
# Each subdirectory must supply rules for building sources it contributes
BSP/%.o: ../BSP/%.c
@ @ riscv-none-embed-gcc -march=rv32imacxw -mabi=ilp32 -msmall-data-limit=8 -msave-restore -O0 -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -fno-common -Wunused -Wuninitialized -g -DCH32V20x_D8W -I"D:\2_code\4_ch\CH32V208WBU6\Debug" -I"D:\2_code\4_ch\CH32V208WBU6\DRV" -I"D:\2_code\4_ch\CH32V208WBU6\Core" -I"D:\2_code\4_ch\CH32V208WBU6\User" -I"D:\2_code\4_ch\CH32V208WBU6\Peripheral\inc" -I"D:\2_code\4_ch\CH32V208WBU6\APP" -I"D:\2_code\4_ch\CH32V208WBU6\BSP" -std=gnu99 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -c -o "$@" "$<"
@ @