Revision e9ca986c modules/LightRing_1-0/Makefile

View differences:

modules/LightRing_1-0/Makefile
256 256

  
257 257
flash: $(FLASH_FILES)
258 258
	$(info )
259
	ifeq ($(FLASHTOOL),SerialBoot)
260
		$(info Flashing ($(FLASHTOOL)):)
261
		$(FLASHTOOL_CMD) $(FLASHTOOL_ARGS)
262
	else
263
		$(info ERROR: unable to flash the module (SerialBoot unavailable))
264
	endif
259
ifeq ($(FLASHTOOL),SerialBoot)
260
	$(info Flashing ($(FLASHTOOL)):)
261
	$(FLASHTOOL_CMD) $(FLASHTOOL_ARGS)
262
else
263
	$(info ERROR: unable to flash the module (SerialBoot unavailable))
264
endif
265 265

  
266 266
#                                                                              #
267 267
# Custom rules                                                                 #

Also available in: Unified diff