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