Makefile (7435ec7b56401eb7078a7eabd3a5f90c8697dd4f) | Makefile (f0e9886bf1825249aaea7e15f4fe6fb8d065bffb) |
---|---|
1# Makefile for windows-h4 examples 2BTSTACK_ROOT ?= ../.. 3 4CORE += main.c btstack_stdin_windows.c btstack_tlv_posix.c hci_dump_posix_fs.c 5 6COMMON += \ 7 btstack_run_loop_windows.c \ 8 hci_transport_h4.c \ --- 16 unchanged lines hidden (view full) --- 25# fetch and convert TI init scripts 26include ${BTSTACK_ROOT}/chipset/cc256x/Makefile.inc 27 28# fetch Broadcom init scripts 29# include ${BTSTACK_ROOT}/chipset/bcm/Makefile.inc 30 31# CC = gcc-fsf-4.9 32CFLAGS += -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Werror | 1# Makefile for windows-h4 examples 2BTSTACK_ROOT ?= ../.. 3 4CORE += main.c btstack_stdin_windows.c btstack_tlv_posix.c hci_dump_posix_fs.c 5 6COMMON += \ 7 btstack_run_loop_windows.c \ 8 hci_transport_h4.c \ --- 16 unchanged lines hidden (view full) --- 25# fetch and convert TI init scripts 26include ${BTSTACK_ROOT}/chipset/cc256x/Makefile.inc 27 28# fetch Broadcom init scripts 29# include ${BTSTACK_ROOT}/chipset/bcm/Makefile.inc 30 31# CC = gcc-fsf-4.9 32CFLAGS += -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Werror |
33# CFLAGS += -Werror | |
34 35CFLAGS += -I${BTSTACK_ROOT}/platform/posix \ 36 -I${BTSTACK_ROOT}/platform/windows \ 37 -I${BTSTACK_ROOT}/platform/embedded \ 38 -I$(BTSTACK_ROOT)/chipset/bcm \ 39 -I$(BTSTACK_ROOT)/chipset/cc256x \ 40 -I$(BTSTACK_ROOT)/chipset/csr \ 41 -I$(BTSTACK_ROOT)/chipset/em9301 \ --- 25 unchanged lines hidden --- | 33 34CFLAGS += -I${BTSTACK_ROOT}/platform/posix \ 35 -I${BTSTACK_ROOT}/platform/windows \ 36 -I${BTSTACK_ROOT}/platform/embedded \ 37 -I$(BTSTACK_ROOT)/chipset/bcm \ 38 -I$(BTSTACK_ROOT)/chipset/cc256x \ 39 -I$(BTSTACK_ROOT)/chipset/csr \ 40 -I$(BTSTACK_ROOT)/chipset/em9301 \ --- 25 unchanged lines hidden --- |