makefile 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. ################################################################################
  2. # Automatically-generated file. Do not edit!
  3. ################################################################################
  4. -include ../makefile.init
  5. RM := rm -rf
  6. # All of the sources participating in the build are defined here
  7. -include sources.mk
  8. -include src/subdir.mk
  9. -include generate/src/subdir.mk
  10. -include board/subdir.mk
  11. -include RTD/src/subdir.mk
  12. -include Project_Settings/Startup_Code/subdir.mk
  13. -include FreeRTOS/Source/portable/MemMang/subdir.mk
  14. -include FreeRTOS/Source/portable/GCC/ARM_CM4F/subdir.mk
  15. -include FreeRTOS/Source/subdir.mk
  16. -include subdir.mk
  17. -include objects.mk
  18. ifneq ($(MAKECMDGOALS),clean)
  19. ifneq ($(strip $(C_DEPS)),)
  20. -include $(C_DEPS)
  21. endif
  22. endif
  23. -include ../makefile.defs
  24. # Add inputs and outputs from these tool invocations to the build variables
  25. SECONDARY_SIZE += \
  26. S32K144_BLE.siz \
  27. # All Target
  28. all: S32K144_BLE.elf secondary-outputs
  29. # Tool invocations
  30. S32K144_BLE.elf: $(OBJS) D:/1_WorkFiles/2_Software/11.Communicator/workspace/S32K144_BLE/Project_Settings/Linker_Files/linker_flash_s32k144.ld $(USER_OBJS)
  31. @echo 'Building target: $@'
  32. @echo 'Invoking: Standard S32DS C Linker'
  33. arm-none-eabi-gcc -o "S32K144_BLE.elf" "@S32K144_BLE.args" $(USER_OBJS)
  34. @echo 'Finished building target: $@'
  35. @echo ' '
  36. S32K144_BLE.siz: S32K144_BLE.elf
  37. @echo 'Invoking: Standard S32DS Print Size'
  38. arm-none-eabi-size --format=berkeley S32K144_BLE.elf
  39. @echo 'Finished building: $@'
  40. @echo ' '
  41. # Other Targets
  42. clean:
  43. -$(RM) ./*
  44. -@echo ' '
  45. secondary-outputs: $(SECONDARY_SIZE)
  46. .PHONY: all clean dependents
  47. -include ../makefile.targets