subdir_rules.mk 1.1 KB

12345678910111213
  1. ################################################################################
  2. # Automatically-generated file. Do not edit!
  3. ################################################################################
  4. # Each subdirectory must supply rules for building sources it contributes
  5. src/i2c_comm/%.o: ../src/i2c_comm/%.c $(GEN_OPTS) | $(GEN_FILES) $(GEN_MISC_FILES)
  6. @echo 'Building file: "$<"'
  7. @echo 'Invoking: Arm Compiler'
  8. "/home/ngosh/ti/ccstheia151/ccs/tools/compiler/ti-cgt-armllvm_4.0.0.LTS/bin/tiarmclang" -c @"syscfg/device.opt" -march=thumbv6m -mcpu=cortex-m0plus -mfloat-abi=soft -mlittle-endian -mthumb -O0 -I"/home/ngosh/workspace_ccstheia_2/charge_controller_target_mspm0L1304" -I"/home/ngosh/workspace_ccstheia_2/charge_controller_target_mspm0L1304/Debug" -I"/home/ngosh/ti/mspm0_sdk_2_04_00_06/source/third_party/CMSIS/Core/Include" -I"/home/ngosh/ti/mspm0_sdk_2_04_00_06/source" -gdwarf-3 -MMD -MP -MF"src/i2c_comm/$(basename $(<F)).d_raw" -MT"$(@)" -I"/home/ngosh/workspace_ccstheia_2/charge_controller_target_mspm0L1304/Debug/syscfg" $(GEN_OPTS__FLAG) -o"$@" "$(shell echo $<)"
  9. @echo 'Finished building: "$<"'
  10. @echo ' '