Add make targets for flashing (Windows version untested)

This commit is contained in:
henryk@ploetzli.ch 2009-09-05 22:45:53 +00:00
commit 64b8119836
2 changed files with 33 additions and 7 deletions

View file

@ -22,6 +22,7 @@ DELETE=rm -rf
MOVE=mv
COPY=cp
PATHSEP=/
FLASH_TOOL=linux/flasher
DETECTED_OS=Linux
# You may/should set this in your environment
ARMLIB ?= /usr/local/lib/gcc/arm-elf/4.3.3/interwork
@ -35,6 +36,7 @@ MOVE=ren
COPY=copy
PATHSEP=\\#
ARMLIB ?= ../../devkitARM/lib/gcc/arm-elf/4.1.0/interwork
FLASH_TOOL=winsrc\\prox.exe
DETECTED_OS=Windows
endif