14 lines
953 B
Makefile
14 lines
953 B
Makefile
|
################################################################################
|
||
|
# Automatically-generated file. Do not edit!
|
||
|
################################################################################
|
||
|
|
||
|
# Each subdirectory must supply rules for building sources it contributes
|
||
|
%.obj: ../%.c $(GEN_OPTS) | $(GEN_FILES) $(GEN_MISC_FILES)
|
||
|
@echo 'Building file: "$<"'
|
||
|
@echo 'Invoking: Arm Compiler'
|
||
|
"/home/vikram/ti/ccs1271/ccs/tools/compiler/ti-cgt-arm_20.2.7.LTS/bin/armcl" -mv7M4 --code_state=16 --float_support=FPv4SPD16 -me --include_path="/home/vikram/workspace_v12/adc_test" --include_path="/home/vikram/ti/ccs1271/ccs/tools/compiler/ti-cgt-arm_20.2.7.LTS/include" --define=ccs="ccs" --define=PART_TM4C123GH6PM -g --gcc --diag_warning=225 --diag_wrap=off --display_error_number --abi=eabi --preproc_with_compile --preproc_dependency="$(basename $(<F)).d_raw" $(GEN_OPTS__FLAG) "$(shell echo $<)"
|
||
|
@echo 'Finished building: "$<"'
|
||
|
@echo ' '
|
||
|
|
||
|
|