blob: 05c3ba0c74eebdf1f84a33f87879e60c70c0d863 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28################################################################################
# Automatically-generated file. Do not edit!
################################################################################
SHELL = cmd.exe
# Add inputs and outputs from these tool invocations to the build variables
C_SRCS += \
../Drivers/I2C_Communication/I2C.c \
../Drivers/I2C_Communication/I2C_Comm.c \
../Drivers/I2C_Communication/I2C_FIFO.c \
../Drivers/I2C_Communication/I2C_Task.c
C_DEPS += \
./Drivers/I2C_Communication/I2C.d \
./Drivers/I2C_Communication/I2C_Comm.d \
./Drivers/I2C_Communication/I2C_FIFO.d \
./Drivers/I2C_Communication/I2C_Task.d
OBJS += \
./Drivers/I2C_Communication/I2C.obj \
./Drivers/I2C_Communication/I2C_Comm.obj \
./Drivers/I2C_Communication/I2C_FIFO.obj \
./Drivers/I2C_Communication/I2C_Task.obj
OBJS__QUOTED += \
"Drivers\I2C_Communication\I2C.obj" \
"Drivers\I2C_Communication\I2C_Comm.obj" \
"Drivers\I2C_Communication\I2C_FIFO.obj" \
"Drivers\I2C_Communication\I2C_Task.obj"
C_DEPS__QUOTED += \
"Drivers\I2C_Communication\I2C.d" \
"Drivers\I2C_Communication\I2C_Comm.d" \
"Drivers\I2C_Communication\I2C_FIFO.d" \
"Drivers\I2C_Communication\I2C_Task.d"
C_SRCS__QUOTED += \
"../Drivers/I2C_Communication/I2C.c" \
"../Drivers/I2C_Communication/I2C_Comm.c" \
"../Drivers/I2C_Communication/I2C_FIFO.c" \
"../Drivers/I2C_Communication/I2C_Task.c"
|