mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-01-18 03:30:31 +00:00
Added NM definition
This commit is contained in:
parent
2caf271d58
commit
199e0cb30d
@ -1,4 +1,4 @@
|
|||||||
# $Id: Makefile.msp430,v 1.12 2007/03/15 21:46:43 adamdunkels Exp $
|
# $Id: Makefile.msp430,v 1.13 2007/03/22 23:57:33 adamdunkels Exp $
|
||||||
|
|
||||||
### Check if we are running under Windows
|
### Check if we are running under Windows
|
||||||
|
|
||||||
@ -43,6 +43,7 @@ CC = msp430-gcc
|
|||||||
LD = msp430-gcc
|
LD = msp430-gcc
|
||||||
AS = msp430-as
|
AS = msp430-as
|
||||||
AR = msp430-ar
|
AR = msp430-ar
|
||||||
|
NM = msp430-nm
|
||||||
OBJCOPY = msp430-objcopy
|
OBJCOPY = msp430-objcopy
|
||||||
STRIP = msp430-strip
|
STRIP = msp430-strip
|
||||||
BSL = msp430-bsl
|
BSL = msp430-bsl
|
||||||
|
Loading…
x
Reference in New Issue
Block a user