################################################################################ # Automatically-generated file. Do not edit! ################################################################################ # Add inputs and outputs from these tool invocations to the build variables S_UPPER_SRCS += \ ../Aufgabe1_4.S OBJS += \ ./Aufgabe1_4.o S_UPPER_DEPS += \ ./Aufgabe1_4.d # Each subdirectory must supply rules for building sources it contributes %.o: ../%.S @echo 'Building file: $<' @echo 'Invoking: Cross ARM GNU Assembler' arm-none-eabi-gcc -mcpu=arm7tdmi-s -marm -O0 -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -g3 -x assembler-with-cpp -MMD -MP -MF"$(@:%.o=%.d)" -MT"$(@)" -c -o "$@" "$<" @echo 'Finished building: $<' @echo ' '