makefile 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. ################################################################################
  2. # Automatically-generated file. Do not edit!
  3. ################################################################################
  4. CG_TOOL_ROOT := /home/ngosh/ti/ccstheia151/ccs/tools/compiler/ti-cgt-armllvm_4.0.0.LTS
  5. GEN_OPTS__FLAG := @"./device.opt"
  6. GEN_CMDS__FLAG := -Wl,-l"./device_linker.cmd"
  7. ORDERED_OBJS += \
  8. "./adc.o" \
  9. "./battery.o" \
  10. "./dac.o" \
  11. "./i2c_controller.o" \
  12. "./ti_msp_dl_config.o" \
  13. "./startup_mspm0g350x_ticlang.o" \
  14. "./i2c_target.o" \
  15. "./multiplexer.o" \
  16. "./ti/comm_modules/i2c/controller/i2c_comm_controller.o" \
  17. $(GEN_CMDS__FLAG) \
  18. -Wl,-ldevice.cmd.genlibs \
  19. -Wl,-llibc.a \
  20. -include ../makefile.init
  21. RM := rm -rf
  22. RMDIR := rm -rf
  23. # All of the sources participating in the build are defined here
  24. -include sources.mk
  25. -include subdir_vars.mk
  26. -include ti/comm_modules/i2c/controller/subdir_vars.mk
  27. -include subdir_rules.mk
  28. -include ti/comm_modules/i2c/controller/subdir_rules.mk
  29. -include objects.mk
  30. ifneq ($(MAKECMDGOALS),clean)
  31. ifneq ($(strip $(C55_DEPS)),)
  32. -include $(C55_DEPS)
  33. endif
  34. ifneq ($(strip $(C_UPPER_DEPS)),)
  35. -include $(C_UPPER_DEPS)
  36. endif
  37. ifneq ($(strip $(S67_DEPS)),)
  38. -include $(S67_DEPS)
  39. endif
  40. ifneq ($(strip $(S62_DEPS)),)
  41. -include $(S62_DEPS)
  42. endif
  43. ifneq ($(strip $(S_DEPS)),)
  44. -include $(S_DEPS)
  45. endif
  46. ifneq ($(strip $(OPT_DEPS)),)
  47. -include $(OPT_DEPS)
  48. endif
  49. ifneq ($(strip $(C??_DEPS)),)
  50. -include $(C??_DEPS)
  51. endif
  52. ifneq ($(strip $(ASM_UPPER_DEPS)),)
  53. -include $(ASM_UPPER_DEPS)
  54. endif
  55. ifneq ($(strip $(S??_DEPS)),)
  56. -include $(S??_DEPS)
  57. endif
  58. ifneq ($(strip $(C64_DEPS)),)
  59. -include $(C64_DEPS)
  60. endif
  61. ifneq ($(strip $(CXX_DEPS)),)
  62. -include $(CXX_DEPS)
  63. endif
  64. ifneq ($(strip $(S64_DEPS)),)
  65. -include $(S64_DEPS)
  66. endif
  67. ifneq ($(strip $(INO_DEPS)),)
  68. -include $(INO_DEPS)
  69. endif
  70. ifneq ($(strip $(CLA_DEPS)),)
  71. -include $(CLA_DEPS)
  72. endif
  73. ifneq ($(strip $(S55_DEPS)),)
  74. -include $(S55_DEPS)
  75. endif
  76. ifneq ($(strip $(SV7A_DEPS)),)
  77. -include $(SV7A_DEPS)
  78. endif
  79. ifneq ($(strip $(C62_DEPS)),)
  80. -include $(C62_DEPS)
  81. endif
  82. ifneq ($(strip $(C67_DEPS)),)
  83. -include $(C67_DEPS)
  84. endif
  85. ifneq ($(strip $(PDE_DEPS)),)
  86. -include $(PDE_DEPS)
  87. endif
  88. ifneq ($(strip $(K_DEPS)),)
  89. -include $(K_DEPS)
  90. endif
  91. ifneq ($(strip $(C_DEPS)),)
  92. -include $(C_DEPS)
  93. endif
  94. ifneq ($(strip $(CC_DEPS)),)
  95. -include $(CC_DEPS)
  96. endif
  97. ifneq ($(strip $(C++_DEPS)),)
  98. -include $(C++_DEPS)
  99. endif
  100. ifneq ($(strip $(C43_DEPS)),)
  101. -include $(C43_DEPS)
  102. endif
  103. ifneq ($(strip $(S43_DEPS)),)
  104. -include $(S43_DEPS)
  105. endif
  106. ifneq ($(strip $(ASM_DEPS)),)
  107. -include $(ASM_DEPS)
  108. endif
  109. ifneq ($(strip $(S_UPPER_DEPS)),)
  110. -include $(S_UPPER_DEPS)
  111. endif
  112. ifneq ($(strip $(CPP_DEPS)),)
  113. -include $(CPP_DEPS)
  114. endif
  115. ifneq ($(strip $(SA_DEPS)),)
  116. -include $(SA_DEPS)
  117. endif
  118. endif
  119. -include ../makefile.defs
  120. # Add inputs and outputs from these tool invocations to the build variables
  121. EXE_OUTPUTS += \
  122. charge_controller_v7.out
  123. EXE_OUTPUTS__QUOTED += \
  124. "charge_controller_v7.out"
  125. # All Target
  126. all: $(OBJS) $(GEN_CMDS)
  127. @$(MAKE) --no-print-directory -Onone "charge_controller_v7.out"
  128. # Tool invocations
  129. charge_controller_v7.out: $(OBJS) $(GEN_CMDS)
  130. @echo 'Building target: "$@"'
  131. @echo 'Invoking: Arm Linker'
  132. "/home/ngosh/ti/ccstheia151/ccs/tools/compiler/ti-cgt-armllvm_4.0.0.LTS/bin/tiarmclang" @"device.opt" -march=thumbv6m -mcpu=cortex-m0plus -mfloat-abi=soft -mlittle-endian -mthumb -O0 -gdwarf-3 -Wl,-m"charge_controller_v7.map" -Wl,--heap_size=0x1000 -Wl,-i"/home/ngosh/ti/mspm0_sdk_2_03_00_07/source" -Wl,-i"/home/ngosh/workspace_ccstheia/charge_controller_v7" -Wl,-i"/home/ngosh/workspace_ccstheia/charge_controller_v7/Debug/syscfg" -Wl,-i"/home/ngosh/ti/ccstheia151/ccs/tools/compiler/ti-cgt-armllvm_4.0.0.LTS/lib" -Wl,--diag_wrap=off -Wl,--display_error_number -Wl,--warn_sections -Wl,--xml_link_info="charge_controller_v7_linkInfo.xml" -Wl,--rom_model -o "charge_controller_v7.out" $(ORDERED_OBJS)
  133. @echo 'Finished building target: "$@"'
  134. @echo ' '
  135. # Other Targets
  136. clean:
  137. -$(RM) $(GEN_MISC_FILES__QUOTED)$(GEN_FILES__QUOTED)$(EXE_OUTPUTS__QUOTED)
  138. -$(RM) "adc.o" "battery.o" "dac.o" "i2c_controller.o" "ti_msp_dl_config.o" "startup_mspm0g350x_ticlang.o" "i2c_target.o" "multiplexer.o" "ti/comm_modules/i2c/controller/i2c_comm_controller.o"
  139. -$(RM) "adc.d" "battery.d" "dac.d" "i2c_controller.d" "ti_msp_dl_config.d" "startup_mspm0g350x_ticlang.d" "i2c_target.d" "multiplexer.d" "ti/comm_modules/i2c/controller/i2c_comm_controller.d"
  140. -@echo 'Finished clean'
  141. -@echo ' '
  142. .PHONY: all clean dependents
  143. .SECONDARY:
  144. -include ../makefile.targets