################################################################################
# Automatically-generated file. Do not edit!
################################################################################

SHELL = cmd.exe

# Each subdirectory must supply rules for building sources it contributes
%.obj: ../%.c $(GEN_OPTS) | $(GEN_FILES)
	@echo 'Building file: "$<"'
	@echo 'Invoking: C2000 Compiler'
	"C:/ti/ccs910/ccs/tools/compiler/ti-cgt-c2000_18.12.2.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu64 --idiv_support=idiv0 --tmu_support=tmu0 -Ooff --include_path="E:/User/DSP/project/C28x1_BOOT/libUds/include/import" --include_path="E:/User/DSP/project/C28x1_BOOT/src" --include_path="E:/User/DSP/project/C28x1_BOOT/libUds/include/export" --include_path="E:/User/DSP/project/C28x1_BOOT/libUds/include/internal" --include_path="D:/ccs_work/SharePeripherals/C28x1_BOOT" --include_path="D:/ccs_work/SharePeripherals/C28x1_BOOT/device" --include_path="C:/ti/c2000/C2000Ware_3_02_00_00/driverlib/f2838x/driverlib" --include_path="C:/ti/ccs910/ccs/tools/compiler/ti-cgt-c2000_18.12.2.LTS/include" --define=RAM --define=DEBUG --define=CPU1 --diag_suppress=10063 --diag_warning=225 --diag_wrap=off --display_error_number --gen_func_subsections=on --abi=eabi --preproc_with_compile --preproc_dependency="$(basename $(<F)).d_raw" $(GEN_OPTS__FLAG) "$<"
	@echo 'Finished building: "$<"'
	@echo ' '


