41 lines
829 B
Makefile
41 lines
829 B
Makefile
################################################################################
|
|
# Automatically-generated file. Do not edit!
|
|
################################################################################
|
|
|
|
SHELL = cmd.exe
|
|
|
|
# Add inputs and outputs from these tool invocations to the build variables
|
|
ASM_SRCS += \
|
|
../device/F2837xD_CodeStartBranch.asm
|
|
|
|
C_SRCS += \
|
|
../device/device.c
|
|
|
|
C_DEPS += \
|
|
./device/device.d
|
|
|
|
OBJS += \
|
|
./device/F2837xD_CodeStartBranch.obj \
|
|
./device/device.obj
|
|
|
|
ASM_DEPS += \
|
|
./device/F2837xD_CodeStartBranch.d
|
|
|
|
OBJS__QUOTED += \
|
|
"device\F2837xD_CodeStartBranch.obj" \
|
|
"device\device.obj"
|
|
|
|
C_DEPS__QUOTED += \
|
|
"device\device.d"
|
|
|
|
ASM_DEPS__QUOTED += \
|
|
"device\F2837xD_CodeStartBranch.d"
|
|
|
|
ASM_SRCS__QUOTED += \
|
|
"../device/F2837xD_CodeStartBranch.asm"
|
|
|
|
C_SRCS__QUOTED += \
|
|
"../device/device.c"
|
|
|
|
|