aboutsummaryrefslogtreecommitdiff
path: root/amforth-6.5/appl/launchpad430/Makefile
blob: f4aab37ac2a84282d17f262401839d5be115ddaa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41

all: lp-2553

lp-2553.hex: lp-2553.asm ../../msp430/*
	naken_asm -I words \
	  -I ../../msp430/devices/msp430g2553 \
	  -I ../../msp430 \
	  -I ../../common lp-2553.asm \
	  -o lp-2553.hex -l

lp-2553: lp-2553.hex
	mspdebug rf2500 "prog lp-2553.hex "

# ###########################################

lp-5529.hex: lp-5529.asm ../../msp430/*
	naken_asm -I words \
	  -I ../../msp430/devices/msp430f5529 \
	  -I ../../msp430 \
	  -I ../../common lp-5529.asm \
	  -o lp-5529.hex -l

lp-5529: lp-5529.hex
	mspdebug tilib "prog lp-5529.hex "

# ###########################################

lp-5969.hex: lp-5969.asm ../../msp430/*
	naken_asm -I words \
	  -I ../../msp430/devices/msp430fr5969 \
	  -I ../../msp430 \
	  -I ../../common lp-5969.asm \
	  -o lp-5969.hex -l

lp-5969: lp-5969.hex
	mspdebug tilib "prog lp-5969.hex "

# ##############################################
clean:
	rm *.lst *.hex