subdir_rules.mk 1.6 KB

12345678910111213141516171819202122
  1. ################################################################################
  2. # Automatically-generated file. Do not edit!
  3. ################################################################################
  4. SHELL = cmd.exe
  5. # Each subdirectory must supply rules for building sources it contributes
  6. %.obj: ../%.c $(GEN_OPTS) | $(GEN_FILES) $(GEN_MISC_FILES)
  7. @echo 'Building file: "$<"'
  8. @echo 'Invoking: C2000 Compiler'
  9. "D:/ti/ccs1220/ccs/tools/compiler/ti-cgt-c2000_22.6.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --include_path="D:/ti/ccs1220/ccs/tools/compiler/ti-cgt-c2000_22.6.0.LTS/include" --include_path="E:/ccs_programe/canboot28035/flash_programming" --include_path="E:/ccs_programe/canboot28035/flash_programming/include" --advice:performance=all --define=BOOT_ROM_API=1 -g --diag_suppress=10063 --diag_warning=225 --abi=coffabi --preproc_with_compile --preproc_dependency="$(basename $(<F)).d_raw" $(GEN_OPTS__FLAG) "$<"
  10. @echo 'Finished building: "$<"'
  11. @echo ' '
  12. %.obj: ../%.asm $(GEN_OPTS) | $(GEN_FILES) $(GEN_MISC_FILES)
  13. @echo 'Building file: "$<"'
  14. @echo 'Invoking: C2000 Compiler'
  15. "D:/ti/ccs1220/ccs/tools/compiler/ti-cgt-c2000_22.6.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --include_path="D:/ti/ccs1220/ccs/tools/compiler/ti-cgt-c2000_22.6.0.LTS/include" --include_path="E:/ccs_programe/canboot28035/flash_programming" --include_path="E:/ccs_programe/canboot28035/flash_programming/include" --advice:performance=all --define=BOOT_ROM_API=1 -g --diag_suppress=10063 --diag_warning=225 --abi=coffabi --preproc_with_compile --preproc_dependency="$(basename $(<F)).d_raw" $(GEN_OPTS__FLAG) "$<"
  16. @echo 'Finished building: "$<"'
  17. @echo ' '