| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- ################################################################################
- # MRS Version: 2.2.0
- # Automatically-generated file. Do not edit!
- ################################################################################
- # Add inputs and outputs from these tool invocations to the build variables
- C_SRCS += \
- ../components/nfc/fm175xx.c \
- ../components/nfc/lpcd.c \
- ../components/nfc/mifare_card.c \
- ../components/nfc/type_a.c \
- ../components/nfc/type_b.c \
- ../components/nfc/user_nfc.c \
- ../components/nfc/user_spi.c
- C_DEPS += \
- ./components/nfc/fm175xx.d \
- ./components/nfc/lpcd.d \
- ./components/nfc/mifare_card.d \
- ./components/nfc/type_a.d \
- ./components/nfc/type_b.d \
- ./components/nfc/user_nfc.d \
- ./components/nfc/user_spi.d
- OBJS += \
- ./components/nfc/fm175xx.o \
- ./components/nfc/lpcd.o \
- ./components/nfc/mifare_card.o \
- ./components/nfc/type_a.o \
- ./components/nfc/type_b.o \
- ./components/nfc/user_nfc.o \
- ./components/nfc/user_spi.o
- EXPANDS += \
- ./components/nfc/fm175xx.c.234r.expand \
- ./components/nfc/lpcd.c.234r.expand \
- ./components/nfc/mifare_card.c.234r.expand \
- ./components/nfc/type_a.c.234r.expand \
- ./components/nfc/type_b.c.234r.expand \
- ./components/nfc/user_nfc.c.234r.expand \
- ./components/nfc/user_spi.c.234r.expand
- # Each subdirectory must supply rules for building sources it contributes
- components/nfc/%.o: ../components/nfc/%.c
- @ riscv-none-embed-gcc -march=rv32imacxw -mabi=ilp32 -mcmodel=medany -msmall-data-limit=8 -mno-save-restore -fmax-errors=20 -Os -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -fno-common -g -DDEBUG=DEBUG_UART1 -DWCHBLE_ROM=1 -DCH32V20x_D8W -DCLK_OSC32K=0 -I"d:/git_workspace/bozz/loto/bozz_loto_software/for_can/ISCS_CABINET_CONTROL/Library/SRC/Core" -I"d:/git_workspace/bozz/loto/bozz_loto_software/for_can/ISCS_CABINET_CONTROL/mainboard/Startup" -I"d:/git_workspace/bozz/loto/bozz_loto_software/for_can/ISCS_CABINET_CONTROL/mainboard/components/led" -I"d:/git_workspace/bozz/loto/bozz_loto_software/for_can/ISCS_CABINET_CONTROL/mainboard/components/action" -I"d:/git_workspace/bozz/loto/bozz_loto_software/for_can/ISCS_CABINET_CONTROL/mainboard/components/electlock" -I"d:/git_workspace/bozz/loto/bozz_loto_software/for_can/ISCS_CABINET_CONTROL/mainboard/components/config" -I"d:/git_workspace/bozz/loto/bozz_loto_software/for_can/ISCS_CABINET_CONTROL/mainboard/components/tools" -I"d:/git_workspace/bozz/loto/bozz_loto_software/for_can/ISCS_CABINET_CONTROL/mainboard/components/can" -I"d:/git_workspace/bozz/loto/bozz_loto_software/for_can/ISCS_CABINET_CONTROL/mainboard/components/Lib" -I"d:/git_workspace/bozz/loto/bozz_loto_software/for_can/ISCS_CABINET_CONTROL/Library/SRC/Debug" -I"d:/git_workspace/bozz/loto/bozz_loto_software/for_can/ISCS_CABINET_CONTROL/Library/SRC/Peripheral/inc" -I"d:/git_workspace/bozz/loto/bozz_loto_software/for_can/ISCS_CABINET_CONTROL/mainboard/User/include" -I"d:/git_workspace/bozz/loto/bozz_loto_software/for_can/ISCS_CABINET_CONTROL/mainboard/Profile/include" -I"d:/git_workspace/bozz/loto/bozz_loto_software/for_can/ISCS_CABINET_CONTROL/Library/HAL/include" -I"d:/git_workspace/bozz/loto/bozz_loto_software/for_can/ISCS_CABINET_CONTROL/Library/LIB" -I"d:/git_workspace/bozz/loto/bozz_loto_software/for_can/ISCS_CABINET_CONTROL/mainboard/components/can" -I"d:/git_workspace/bozz/loto/bozz_loto_software/for_can/ISCS_CABINET_CONTROL/mainboard/User/app_drv_fifo" -I"d:/git_workspace/bozz/loto/bozz_loto_software/for_can/ISCS_CABINET_CONTROL/mainboard/components/nfc" -std=gnu99 -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -c -o "$@" "$<"
|