Subversion Repositories ChibiGauge

Rev

Rev 2 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2 Rev 3
Line 124... Line 124...
124
 
124
 
125
ALLINC+= ./inc
125
ALLINC+= ./inc
126
 
126
 
127
ALLCSRC+= ./src/useAdc.c
127
ALLCSRC+= ./src/useAdc.c
128
 
128
 
-
 
129
 
-
 
130
 
129
# C sources that can be compiled in ARM or THUMB mode depending on the global
131
# C sources that can be compiled in ARM or THUMB mode depending on the global
130
# setting.
132
# setting.
131
CSRC = $(ALLCSRC) \
133
CSRC = $(ALLCSRC) \
132
       usbcfg.c \
134
       usbcfg.c \
133
       shellCmds.c \
135
       shellCmds.c \
-
 
136
       useLidar.c \
134
       main.c
137
       main.c
135
 
138
 
136
VL53L0X = ../VL53L0X_1.0.2
139
VL53L0X = ../VL53L0X_1.0.2
137
include $(VL53L0X)/vl53l0x.mk   
140
include $(VL53L0X)/vl53l0x.mk   
138
       
141