Added loadmax target to kernel Makefile.

Use "make loadmax" in sys/pic32/max32 directory to upload the kernel image
to chipKIT Max32 board.
This commit is contained in:
Serge Vakulenko
2014-05-21 12:26:24 -07:00
parent 5bd8f3a470
commit 0b31486402

View File

@@ -67,6 +67,9 @@ bl_devcfg.o: $(BUILDPATH)/devcfg.c
load: unix.hex
pic32prog $(BLREBOOT) unix.hex
loadmax: unix.hex
$(PROGTOOL) -U flash:w:unix.hex:i
loadboot: bootloader.hex
pic32prog $(BLREBOOT) bootloader.hex