mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-16 08:42:28 +00:00
add -fno-toplevel-reorder to keep larger init script in one piece for mspgcc
This commit is contained in:
parent
7954fd226c
commit
3bb98e09a8
@ -7,7 +7,7 @@
|
|||||||
BTSTACK_ROOT = ../..
|
BTSTACK_ROOT = ../..
|
||||||
|
|
||||||
CC = msp430-gcc
|
CC = msp430-gcc
|
||||||
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
|
CFLAGS = -mmcu=msp430f5438a -Os -Wall -fno-toplevel-reorder -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 = \
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
BTSTACK_ROOT = ../..
|
BTSTACK_ROOT = ../..
|
||||||
|
|
||||||
CC = msp430-gcc
|
CC = msp430-gcc
|
||||||
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
|
CFLAGS = -mmcu=msp430f5438a -Os -Wall -fno-toplevel-reorder -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 = \
|
||||||
@ -27,7 +27,7 @@ CORE = \
|
|||||||
COMMON = \
|
COMMON = \
|
||||||
../src/hal_uart_dma.c \
|
../src/hal_uart_dma.c \
|
||||||
${BTSTACK_ROOT}/chipset-cc256x/bt_control_cc256x.c \
|
${BTSTACK_ROOT}/chipset-cc256x/bt_control_cc256x.c \
|
||||||
${BTSTACK_ROOT}/chipset-cc256x/bluetooth_init_cc2560A_2.1.c \
|
${BTSTACK_ROOT}/chipset-cc256x/bluetooth_init_cc2564_2.5.c \
|
||||||
${BTSTACK_ROOT}/src/hci.c \
|
${BTSTACK_ROOT}/src/hci.c \
|
||||||
${BTSTACK_ROOT}/src/hci_cmds.c \
|
${BTSTACK_ROOT}/src/hci_cmds.c \
|
||||||
${BTSTACK_ROOT}/src/hci_dump.c \
|
${BTSTACK_ROOT}/src/hci_dump.c \
|
||||||
|
@ -9,7 +9,7 @@ BTSTACK_ROOT = ../..
|
|||||||
MCU = msp430bt5190
|
MCU = msp430bt5190
|
||||||
|
|
||||||
CC = msp430-gcc
|
CC = msp430-gcc
|
||||||
CFLAGS = -mmcu=${MCU} -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=${MCU} -Os -Wall -fno-toplevel-reorder -I. -I../src -I../firmware -I${BTSTACK_ROOT} -I${BTSTACK_ROOT}/chipset-cc256x -I${BTSTACK_ROOT}/src -I${BTSTACK_ROOT}/include
|
||||||
LDFLAGS = -mmcu=${MCU}
|
LDFLAGS = -mmcu=${MCU}
|
||||||
|
|
||||||
CORE = \
|
CORE = \
|
||||||
@ -27,7 +27,7 @@ CORE = \
|
|||||||
COMMON = \
|
COMMON = \
|
||||||
../src/hal_uart_dma.c \
|
../src/hal_uart_dma.c \
|
||||||
${BTSTACK_ROOT}/chipset-cc256x/bt_control_cc256x.c \
|
${BTSTACK_ROOT}/chipset-cc256x/bt_control_cc256x.c \
|
||||||
${BTSTACK_ROOT}/chipset-cc256x/bluetooth_init_cc2560_2.42.c \
|
${BTSTACK_ROOT}/chipset-cc256x/bluetooth_init_cc2564_2.5.c \
|
||||||
${BTSTACK_ROOT}/src/hci.c \
|
${BTSTACK_ROOT}/src/hci.c \
|
||||||
${BTSTACK_ROOT}/src/hci_cmds.c \
|
${BTSTACK_ROOT}/src/hci_cmds.c \
|
||||||
${BTSTACK_ROOT}/src/hci_dump.c \
|
${BTSTACK_ROOT}/src/hci_dump.c \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user