mirror of
https://github.com/peter-tanner/neptunium-firmware.git
synced 2024-12-02 21:10:18 +08:00
28 lines
1.5 KiB
Makefile
28 lines
1.5 KiB
Makefile
|
################################################################################
|
||
|
# Automatically-generated file. Do not edit!
|
||
|
# Toolchain: GNU Tools for STM32 (12.3.rel1)
|
||
|
################################################################################
|
||
|
|
||
|
# Add inputs and outputs from these tool invocations to the build variables
|
||
|
C_SRCS += \
|
||
|
../USB_DEVICE/Target/usbd_conf.c
|
||
|
|
||
|
C_DEPS += \
|
||
|
./USB_DEVICE/Target/usbd_conf.d
|
||
|
|
||
|
OBJS += \
|
||
|
./USB_DEVICE/Target/usbd_conf.o
|
||
|
|
||
|
|
||
|
# Each subdirectory must supply rules for building sources it contributes
|
||
|
USB_DEVICE/Target/%.o USB_DEVICE/Target/%.su USB_DEVICE/Target/%.cyclo: ../USB_DEVICE/Target/%.c USB_DEVICE/Target/subdir.mk
|
||
|
arm-none-eabi-gcc "$<" -mcpu=cortex-m4 -std=gnu11 -g3 -DDEBUG -DUSE_HAL_DRIVER -DSTM32F302x8 -c -I../Core/Inc -I../Drivers/STM32F3xx_HAL_Driver/Inc/Legacy -I../Drivers/STM32F3xx_HAL_Driver/Inc -I../Drivers/CMSIS/Device/ST/STM32F3xx/Include -I../Drivers/CMSIS/Include -I../USB_DEVICE/App -I../USB_DEVICE/Target -I../Middlewares/ST/STM32_USB_Device_Library/Core/Inc -I../Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc -O0 -ffunction-sections -fdata-sections -Wall -fstack-usage -fcyclomatic-complexity -MMD -MP -MF"$(@:%.o=%.d)" -MT"$@" --specs=nano.specs -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mthumb -o "$@"
|
||
|
|
||
|
clean: clean-USB_DEVICE-2f-Target
|
||
|
|
||
|
clean-USB_DEVICE-2f-Target:
|
||
|
-$(RM) ./USB_DEVICE/Target/usbd_conf.cyclo ./USB_DEVICE/Target/usbd_conf.d ./USB_DEVICE/Target/usbd_conf.o ./USB_DEVICE/Target/usbd_conf.su
|
||
|
|
||
|
.PHONY: clean-USB_DEVICE-2f-Target
|
||
|
|