Files
CH32V208WBU6/obj/BSP/subdir.mk
T

34 lines
1.2 KiB
Makefile
Raw Normal View History

2023-06-11 18:46:26 +08:00
################################################################################
# MRS Version: {"version":"1.8.4","date":"2023/02/015"}
# Automatically-generated file. Do not edit!
################################################################################
# Add inputs and outputs from these tool invocations to the build variables
C_SRCS += \
../BSP/drv_adc.c \
../BSP/drv_i2c.c \
../BSP/drv_led.c \
../BSP/drv_tim.c \
../BSP/drv_usart.c
OBJS += \
./BSP/drv_adc.o \
./BSP/drv_i2c.o \
./BSP/drv_led.o \
./BSP/drv_tim.o \
./BSP/drv_usart.o
C_DEPS += \
./BSP/drv_adc.d \
./BSP/drv_i2c.d \
./BSP/drv_led.d \
./BSP/drv_tim.d \
./BSP/drv_usart.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 -I"D:\2_code\4_ch\CH32V208WBU6\Debug" -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 "$@" "$<"
@ @