22 lines
1.1 KiB
Makefile
22 lines
1.1 KiB
Makefile
################################################################################
|
|
# MRS Version: 1.9.0
|
|
# 自动生成的文件。不要编辑!
|
|
################################################################################
|
|
|
|
# Add inputs and outputs from these tool invocations to the build variables
|
|
C_SRCS += \
|
|
../Drivers/RingQueue/ring_queue.c
|
|
|
|
OBJS += \
|
|
./Drivers/RingQueue/ring_queue.o
|
|
|
|
C_DEPS += \
|
|
./Drivers/RingQueue/ring_queue.d
|
|
|
|
|
|
# Each subdirectory must supply rules for building sources it contributes
|
|
Drivers/RingQueue/%.o: ../Drivers/RingQueue/%.c
|
|
@ @ riscv-none-embed-gcc -march=rv32imacxw -mabi=ilp32 -msmall-data-limit=8 -msave-restore -Os -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -fno-common -Wunused -Wuninitialized -g -I"D:\psx\MPPT\git\Debug" -I"D:\psx\MPPT\git\Core" -I"D:\psx\MPPT\git\User" -I"D:\psx\MPPT\git\Peripheral\inc" -I"D:\psx\MPPT\git\App\inc" -I"D:\psx\MPPT\git\Hardware\inc" -I"D:\psx\MPPT\git\Drivers\RingQueue" -I"D:\psx\MPPT\git\Drivers\TimeSliceOffset" -I"D:\psx\MPPT\git\Drivers\RingQueue2" -std=gnu99 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -c -o "$@" "$<"
|
|
@ @
|
|
|