12 lines
139 B
Makefile
12 lines
139 B
Makefile
%.u: %.ihex
|
|
ifdef JTAG_PORT
|
|
msp430-jtag -l $(JTAG_PORT) -eI $^
|
|
else
|
|
msp430-jtag -eI $^
|
|
endif
|
|
|
|
#CW=cw23
|
|
|
|
#%.u: %.ihex
|
|
# $(CW) -d f430p $^
|