Revision e9ca986c modules/PowerManagement_1-1/Makefile
modules/PowerManagement_1-1/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