You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

subdir.mk 777B

12345678910111213141516171819
  1. ################################################################################
  2. # Automatically-generated file. Do not edit!
  3. ################################################################################
  4. # Add inputs and outputs from these tool invocations to the build variables
  5. S_SRCS += \
  6. ../Core/Startup/startup_stm32l152retx.s
  7. OBJS += \
  8. ./Core/Startup/startup_stm32l152retx.o
  9. S_DEPS += \
  10. ./Core/Startup/startup_stm32l152retx.d
  11. # Each subdirectory must supply rules for building sources it contributes
  12. Core/Startup/startup_stm32l152retx.o: ../Core/Startup/startup_stm32l152retx.s
  13. arm-none-eabi-gcc -mcpu=cortex-m3 -g3 -c -x assembler-with-cpp -MMD -MP -MF"Core/Startup/startup_stm32l152retx.d" -MT"$@" --specs=nano.specs -mfloat-abi=soft -mthumb -o "$@" "$<"