mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-15 21:40:22 +00:00
remove -g to get it to compile with LTS-20120406
This commit is contained in:
parent
534f4788a4
commit
f02a521e8e
@ -7,7 +7,7 @@
|
|||||||
BTSTACK_ROOT = ../..
|
BTSTACK_ROOT = ../..
|
||||||
|
|
||||||
CC = msp430-gcc
|
CC = msp430-gcc
|
||||||
CFLAGS = -mmcu=msp430f5438a -g -Os -Wall -I. -I../src -I../firmware -I${BTSTACK_ROOT} -I${BTSTACK_ROOT}/chipset-cc256x -I${BTSTACK_ROOT}/src -I${BTSTACK_ROOT}/ble -I${BTSTACK_ROOT}/include
|
CFLAGS = -mmcu=msp430f5438a -Os -Wall -I. -I../src -I../firmware -I${BTSTACK_ROOT} -I${BTSTACK_ROOT}/chipset-cc256x -I${BTSTACK_ROOT}/src -I${BTSTACK_ROOT}/ble -I${BTSTACK_ROOT}/include
|
||||||
LDFLAGS = -mmcu=msp430f5438a
|
LDFLAGS = -mmcu=msp430f5438a
|
||||||
|
|
||||||
CORE = \
|
CORE = \
|
||||||
@ -47,7 +47,6 @@ LCD_OBJ = $(LCD:.c=.o)
|
|||||||
%.hex: %.out
|
%.hex: %.out
|
||||||
msp430-objcopy -O ihex $< $@
|
msp430-objcopy -O ihex $< $@
|
||||||
|
|
||||||
|
|
||||||
# create firmware image from common objects and example source file
|
# create firmware image from common objects and example source file
|
||||||
all: ble_server.out
|
all: ble_server.out
|
||||||
|
|
||||||
@ -55,7 +54,7 @@ all: ble_server.out
|
|||||||
profile.h: profile.gatt
|
profile.h: profile.gatt
|
||||||
${BTSTACK_ROOT}/ble/compile-gatt.py $< $@
|
${BTSTACK_ROOT}/ble/compile-gatt.py $< $@
|
||||||
|
|
||||||
ble_server.out: profile.h ble_server.o ${CORE_OBJ} ${COMMON_OBJ} ${LCD_OBJ}
|
ble_server.out: profile.h ble_server.o ${CORE_OBJ} ${COMMON_OBJ} ${LCD_OBJ}
|
||||||
${CC} $^ ${LDFLAGS} -o $@
|
${CC} $^ ${LDFLAGS} -o $@
|
||||||
|
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
BTSTACK_ROOT = ../..
|
BTSTACK_ROOT = ../..
|
||||||
|
|
||||||
CC = msp430-gcc
|
CC = msp430-gcc
|
||||||
CFLAGS = -mmcu=msp430f5438a -g -Os -Wall -I. -I../src -I../firmware -I${BTSTACK_ROOT} -I${BTSTACK_ROOT}/chipset-cc256x -I${BTSTACK_ROOT}/src -I${BTSTACK_ROOT}/include
|
CFLAGS = -mmcu=msp430f5438a -Os -Wall -I. -I../src -I../firmware -I${BTSTACK_ROOT} -I${BTSTACK_ROOT}/chipset-cc256x -I${BTSTACK_ROOT}/src -I${BTSTACK_ROOT}/include
|
||||||
LDFLAGS = -mmcu=msp430f5438a
|
LDFLAGS = -mmcu=msp430f5438a
|
||||||
|
|
||||||
CORE = \
|
CORE = \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user