Makefile (6e4c47b0cf27c181030ceba535a87044998caab9) Makefile (63ff2b1e64a6f7fe8fbdd0ac1abfc703a433f88e)
1# Makefile for Raspberry Pi
2BTSTACK_ROOT = ../..
3
4CORE += \
5 btstack_chipset_bcm.c \
6 btstack_chipset_bcm_download_firmware.c \
7 btstack_control_raspi.c \
8 btstack_link_key_db_fs.c \
9 btstack_run_loop_posix.c \
10 btstack_tlv_posix.c \
11 btstack_uart_block_posix.c \
12 btstack_slip.c \
13 hci_transport_h4.c \
14 hci_transport_h5.c \
15 le_device_db_fs.c \
16 main.c \
17 wav_util.c \
18 btstack_stdin_posix.c \
1# Makefile for Raspberry Pi
2BTSTACK_ROOT = ../..
3
4CORE += \
5 btstack_chipset_bcm.c \
6 btstack_chipset_bcm_download_firmware.c \
7 btstack_control_raspi.c \
8 btstack_link_key_db_fs.c \
9 btstack_run_loop_posix.c \
10 btstack_tlv_posix.c \
11 btstack_uart_block_posix.c \
12 btstack_slip.c \
13 hci_transport_h4.c \
14 hci_transport_h5.c \
15 le_device_db_fs.c \
16 main.c \
17 wav_util.c \
18 btstack_stdin_posix.c \
19 raspi_get_model.c
19
20# examples
21include ${BTSTACK_ROOT}/example/Makefile.inc
22
23# use (cross)compiler for Raspi
24CC = arm-linux-gnueabihf-gcc
25
26CFLAGS += -g -Wall -Werror \

--- 18 unchanged lines hidden ---
20
21# examples
22include ${BTSTACK_ROOT}/example/Makefile.inc
23
24# use (cross)compiler for Raspi
25CC = arm-linux-gnueabihf-gcc
26
27CFLAGS += -g -Wall -Werror \

--- 18 unchanged lines hidden ---