################################################################################ # Automatically-generated file. Do not edit! ################################################################################ -include ../makefile.init RM := rm -rf # All of the sources participating in the build are defined here -include sources.mk -include code/subdir.mk -include subdir.mk -include objects.mk ifneq ($(MAKECMDGOALS),clean) ifneq ($(strip $(ASM_DEPS)),) -include $(ASM_DEPS) endif ifneq ($(strip $(S_UPPER_DEPS)),) -include $(S_UPPER_DEPS) endif ifneq ($(strip $(C_DEPS)),) -include $(C_DEPS) endif endif -include ../makefile.defs # Add inputs and outputs from these tool invocations to the build variables SECONDARY_FLASH += \ Tremors_UARTBLE.hex \ SECONDARY_SIZE += \ Tremors_UARTBLE.siz \ # All Target all: Tremors_UARTBLE.elf secondary-outputs # Tool invocations Tremors_UARTBLE.elf: $(OBJS) $(USER_OBJS) @echo 'Building target: $@' @echo 'Invoking: Cross ARM C Linker' arm-none-eabi-gcc -mcpu=cortex-m3 -mthumb -O0 -fmessage-length=0 -fsigned-char -ffunction-sections -fdata-sections -g -T "C:\Users\user\workspace\Tremors_UARTBLE\sections.ld" -nostartfiles -Xlinker --gc-sections -L"C:\Program Files (x86)\ON Semiconductor\RSL10 EDK\eclipse\..\lib\release" -L"C:\Program Files (x86)\ON Semiconductor\RSL10 EDK\eclipse\..\lib\ble_core\release" -L"C:\Program Files (x86)\ON Semiconductor\RSL10 EDK\eclipse\..\lib\ble_profiles\release" -Wl,-Map,"Tremors_UARTBLE.map" --specs=nano.specs -o "Tremors_UARTBLE.elf" $(OBJS) $(USER_OBJS) $(LIBS) @echo 'Finished building target: $@' @echo ' ' Tremors_UARTBLE.hex: Tremors_UARTBLE.elf @echo 'Invoking: Cross ARM GNU Create Flash Image' arm-none-eabi-objcopy -O ihex "Tremors_UARTBLE.elf" "Tremors_UARTBLE.hex" @echo 'Finished building: $@' @echo ' ' Tremors_UARTBLE.siz: Tremors_UARTBLE.elf @echo 'Invoking: Cross ARM GNU Print Size' arm-none-eabi-size --format=berkeley "Tremors_UARTBLE.elf" @echo 'Finished building: $@' @echo ' ' # Other Targets clean: -$(RM) $(OBJS)$(SECONDARY_FLASH)$(SECONDARY_SIZE)$(ASM_DEPS)$(S_UPPER_DEPS)$(C_DEPS) Tremors_UARTBLE.elf -@echo ' ' secondary-outputs: $(SECONDARY_FLASH) $(SECONDARY_SIZE) .PHONY: all clean dependents .SECONDARY: -include ../makefile.targets