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

SHELL = cmd.exe

CG_TOOL_ROOT := C:/ti/c6000_7.4.21

GEN_OPTS__FLAG := 
GEN_CMDS__FLAG := 

ORDERED_OBJS += \
$(GEN_CMDS__FLAG) \

-include ../makefile.init

RM := DEL /F
RMDIR := RMDIR /S/Q

# All of the sources participating in the build are defined here
-include sources.mk
-include subdir_vars.mk
-include subdir_rules.mk
-include objects.mk

-include ../makefile.defs

# Add inputs and outputs from these tool invocations to the build variables 
GEN_FILES += \
configPkg/linker.cmd \

GEN_FILES__QUOTED += \


# All Target
all: configPkg/linker.cmd

# Tool invocations
configPkg/linker.cmd: $(CFG_SRCS) C:/git/phoenix_hello/C6674_EvmPlat/RTSC_Platform/EVM_C6678/config.bld
	@echo 'Building target: $@'
	@echo 'Invoking: XDCtools'
	"C:/ti/xdctools_3_32_01_22_core/xs" --xdcpath="C:/ti/ipc_3_44_01_01/packages;C:/ti/bios_6_46_04_53/packages;C:/ti/xdais_7_24_00_04/packages;C:/ti/xdais_7_24_00_04/examples;C:/git/phoenix_hello/C6674_EvmPlat/RTSC_Platform;C:/ti/ccsv6/ccs_base;C:/ti/uia_2_00_06_52/packages;C:/ti/dsplib_c66x_3_4_0_0/packages;C:/ti/pdk_c667x_2_0_5/packages;" xdc.tools.configuro -o configPkg -t ti.targets.elf.C66 -p EVM_C6678 -r release -b "C:/git/phoenix_hello/C6674_EvmPlat/RTSC_Platform/EVM_C6678/config.bld" -c "C:/ti/c6000_7.4.21" $(CFG_SRCS)
	@echo 'Finished building target: $@'
	@echo ' '

# Other Targets
clean:
	-$(RM) $(GEN_MISC_FILES__QUOTED)$(GEN_CMDS__QUOTED)$(GEN_FILES__QUOTED)$(GEN_OPTS__QUOTED)
	-$(RMDIR) $(GEN_MISC_DIRS__QUOTED)
	-@echo 'Finished clean'
	-@echo ' '

.PHONY: all clean dependents
.SECONDARY:

-include ../makefile.targets

