117 lines
2.4 KiB
Makefile
117 lines
2.4 KiB
Makefile
|
|
################################################################################
|
||
|
|
# Automatically-generated file. Do not edit!
|
||
|
|
################################################################################
|
||
|
|
|
||
|
|
SHELL = cmd.exe
|
||
|
|
|
||
|
|
# Add inputs and outputs from these tool invocations to the build variables
|
||
|
|
CMD_SRCS += \
|
||
|
|
../2838x_RAM_lnk_cpu1.cmd \
|
||
|
|
../f2838x_headers_nonBIOS_cpu1.cmd
|
||
|
|
|
||
|
|
ASM_SRCS += \
|
||
|
|
../f2838x_codestartbranch.asm \
|
||
|
|
../f2838x_usdelay.asm
|
||
|
|
|
||
|
|
C_SRCS += \
|
||
|
|
../f2838x_cputimers.c \
|
||
|
|
../f2838x_defaultisr.c \
|
||
|
|
../f2838x_dma.c \
|
||
|
|
../f2838x_epwm.c \
|
||
|
|
../f2838x_globalvariabledefs.c \
|
||
|
|
../f2838x_gpio.c \
|
||
|
|
../f2838x_piectrl.c \
|
||
|
|
../f2838x_pievect.c \
|
||
|
|
../f2838x_sysctrl.c \
|
||
|
|
../fonts.c \
|
||
|
|
../i2c_ex1_master.c \
|
||
|
|
../i2c_oled.c
|
||
|
|
|
||
|
|
C_DEPS += \
|
||
|
|
./f2838x_cputimers.d \
|
||
|
|
./f2838x_defaultisr.d \
|
||
|
|
./f2838x_dma.d \
|
||
|
|
./f2838x_epwm.d \
|
||
|
|
./f2838x_globalvariabledefs.d \
|
||
|
|
./f2838x_gpio.d \
|
||
|
|
./f2838x_piectrl.d \
|
||
|
|
./f2838x_pievect.d \
|
||
|
|
./f2838x_sysctrl.d \
|
||
|
|
./fonts.d \
|
||
|
|
./i2c_ex1_master.d \
|
||
|
|
./i2c_oled.d
|
||
|
|
|
||
|
|
OBJS += \
|
||
|
|
./f2838x_codestartbranch.obj \
|
||
|
|
./f2838x_cputimers.obj \
|
||
|
|
./f2838x_defaultisr.obj \
|
||
|
|
./f2838x_dma.obj \
|
||
|
|
./f2838x_epwm.obj \
|
||
|
|
./f2838x_globalvariabledefs.obj \
|
||
|
|
./f2838x_gpio.obj \
|
||
|
|
./f2838x_piectrl.obj \
|
||
|
|
./f2838x_pievect.obj \
|
||
|
|
./f2838x_sysctrl.obj \
|
||
|
|
./f2838x_usdelay.obj \
|
||
|
|
./fonts.obj \
|
||
|
|
./i2c_ex1_master.obj \
|
||
|
|
./i2c_oled.obj
|
||
|
|
|
||
|
|
ASM_DEPS += \
|
||
|
|
./f2838x_codestartbranch.d \
|
||
|
|
./f2838x_usdelay.d
|
||
|
|
|
||
|
|
OBJS__QUOTED += \
|
||
|
|
"f2838x_codestartbranch.obj" \
|
||
|
|
"f2838x_cputimers.obj" \
|
||
|
|
"f2838x_defaultisr.obj" \
|
||
|
|
"f2838x_dma.obj" \
|
||
|
|
"f2838x_epwm.obj" \
|
||
|
|
"f2838x_globalvariabledefs.obj" \
|
||
|
|
"f2838x_gpio.obj" \
|
||
|
|
"f2838x_piectrl.obj" \
|
||
|
|
"f2838x_pievect.obj" \
|
||
|
|
"f2838x_sysctrl.obj" \
|
||
|
|
"f2838x_usdelay.obj" \
|
||
|
|
"fonts.obj" \
|
||
|
|
"i2c_ex1_master.obj" \
|
||
|
|
"i2c_oled.obj"
|
||
|
|
|
||
|
|
C_DEPS__QUOTED += \
|
||
|
|
"f2838x_cputimers.d" \
|
||
|
|
"f2838x_defaultisr.d" \
|
||
|
|
"f2838x_dma.d" \
|
||
|
|
"f2838x_epwm.d" \
|
||
|
|
"f2838x_globalvariabledefs.d" \
|
||
|
|
"f2838x_gpio.d" \
|
||
|
|
"f2838x_piectrl.d" \
|
||
|
|
"f2838x_pievect.d" \
|
||
|
|
"f2838x_sysctrl.d" \
|
||
|
|
"fonts.d" \
|
||
|
|
"i2c_ex1_master.d" \
|
||
|
|
"i2c_oled.d"
|
||
|
|
|
||
|
|
ASM_DEPS__QUOTED += \
|
||
|
|
"f2838x_codestartbranch.d" \
|
||
|
|
"f2838x_usdelay.d"
|
||
|
|
|
||
|
|
ASM_SRCS__QUOTED += \
|
||
|
|
"../f2838x_codestartbranch.asm" \
|
||
|
|
"../f2838x_usdelay.asm"
|
||
|
|
|
||
|
|
C_SRCS__QUOTED += \
|
||
|
|
"../f2838x_cputimers.c" \
|
||
|
|
"../f2838x_defaultisr.c" \
|
||
|
|
"../f2838x_dma.c" \
|
||
|
|
"../f2838x_epwm.c" \
|
||
|
|
"../f2838x_globalvariabledefs.c" \
|
||
|
|
"../f2838x_gpio.c" \
|
||
|
|
"../f2838x_piectrl.c" \
|
||
|
|
"../f2838x_pievect.c" \
|
||
|
|
"../f2838x_sysctrl.c" \
|
||
|
|
"../fonts.c" \
|
||
|
|
"../i2c_ex1_master.c" \
|
||
|
|
"../i2c_oled.c"
|
||
|
|
|
||
|
|
|