mirror of
https://github.com/ylj2000/DAPLink_X033.git
synced 2026-09-27 06:26:16 +00:00
70 lines
3.3 KiB
Makefile
70 lines
3.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 += \
|
|
../Peripheral/src/ch32x035_adc.c \
|
|
../Peripheral/src/ch32x035_awu.c \
|
|
../Peripheral/src/ch32x035_dbgmcu.c \
|
|
../Peripheral/src/ch32x035_dma.c \
|
|
../Peripheral/src/ch32x035_exti.c \
|
|
../Peripheral/src/ch32x035_flash.c \
|
|
../Peripheral/src/ch32x035_gpio.c \
|
|
../Peripheral/src/ch32x035_i2c.c \
|
|
../Peripheral/src/ch32x035_iwdg.c \
|
|
../Peripheral/src/ch32x035_misc.c \
|
|
../Peripheral/src/ch32x035_opa.c \
|
|
../Peripheral/src/ch32x035_pwr.c \
|
|
../Peripheral/src/ch32x035_rcc.c \
|
|
../Peripheral/src/ch32x035_spi.c \
|
|
../Peripheral/src/ch32x035_tim.c \
|
|
../Peripheral/src/ch32x035_usart.c \
|
|
../Peripheral/src/ch32x035_wwdg.c
|
|
|
|
OBJS += \
|
|
./Peripheral/src/ch32x035_adc.o \
|
|
./Peripheral/src/ch32x035_awu.o \
|
|
./Peripheral/src/ch32x035_dbgmcu.o \
|
|
./Peripheral/src/ch32x035_dma.o \
|
|
./Peripheral/src/ch32x035_exti.o \
|
|
./Peripheral/src/ch32x035_flash.o \
|
|
./Peripheral/src/ch32x035_gpio.o \
|
|
./Peripheral/src/ch32x035_i2c.o \
|
|
./Peripheral/src/ch32x035_iwdg.o \
|
|
./Peripheral/src/ch32x035_misc.o \
|
|
./Peripheral/src/ch32x035_opa.o \
|
|
./Peripheral/src/ch32x035_pwr.o \
|
|
./Peripheral/src/ch32x035_rcc.o \
|
|
./Peripheral/src/ch32x035_spi.o \
|
|
./Peripheral/src/ch32x035_tim.o \
|
|
./Peripheral/src/ch32x035_usart.o \
|
|
./Peripheral/src/ch32x035_wwdg.o
|
|
|
|
C_DEPS += \
|
|
./Peripheral/src/ch32x035_adc.d \
|
|
./Peripheral/src/ch32x035_awu.d \
|
|
./Peripheral/src/ch32x035_dbgmcu.d \
|
|
./Peripheral/src/ch32x035_dma.d \
|
|
./Peripheral/src/ch32x035_exti.d \
|
|
./Peripheral/src/ch32x035_flash.d \
|
|
./Peripheral/src/ch32x035_gpio.d \
|
|
./Peripheral/src/ch32x035_i2c.d \
|
|
./Peripheral/src/ch32x035_iwdg.d \
|
|
./Peripheral/src/ch32x035_misc.d \
|
|
./Peripheral/src/ch32x035_opa.d \
|
|
./Peripheral/src/ch32x035_pwr.d \
|
|
./Peripheral/src/ch32x035_rcc.d \
|
|
./Peripheral/src/ch32x035_spi.d \
|
|
./Peripheral/src/ch32x035_tim.d \
|
|
./Peripheral/src/ch32x035_usart.d \
|
|
./Peripheral/src/ch32x035_wwdg.d
|
|
|
|
|
|
# Each subdirectory must supply rules for building sources it contributes
|
|
Peripheral/src/%.o: ../Peripheral/src/%.c
|
|
@ @ riscv-none-elf-gcc -march=rv32imacxw -mabi=ilp32 -msmall-data-limit=8 -msave-restore -Os -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -fno-common -flto -Wunused -Wuninitialized -g -I"C:\Users\ASUS\Desktop\ylj\_git\DAPLink_X033\Code\DAP_X033\Core" -I"C:\Users\ASUS\Desktop\ylj\_git\DAPLink_X033\Code\DAP_X033\User" -I"C:\Users\ASUS\Desktop\ylj\_git\DAPLink_X033\Code\DAP_X033\Peripheral\inc" -I"C:\Users\ASUS\Desktop\ylj\_git\DAPLink_X033\Code\DAP_X033\DAP\CherryUSB\class\cdc" -I"C:\Users\ASUS\Desktop\ylj\_git\DAPLink_X033\Code\DAP_X033\DAP\CherryUSB\class\hid" -I"C:\Users\ASUS\Desktop\ylj\_git\DAPLink_X033\Code\DAP_X033\DAP\CherryUSB\common" -I"C:\Users\ASUS\Desktop\ylj\_git\DAPLink_X033\Code\DAP_X033\DAP\CherryUSB\core" -I"C:\Users\ASUS\Desktop\ylj\_git\DAPLink_X033\Code\DAP_X033\DAP\CherryUSB\port" -I"C:\Users\ASUS\Desktop\ylj\_git\DAPLink_X033\Code\DAP_X033\DAP\CherryUSB" -I"C:\Users\ASUS\Desktop\ylj\_git\DAPLink_X033\Code\DAP_X033\DAP" -I"C:\Users\ASUS\Desktop\ylj\_git\DAPLink_X033\Code\DAP_X033\DAP\DAP_Core" -std=gnu99 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -c -o "$@" "$<"
|
|
@ @
|
|
|