mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-24 13:43:38 +00:00
don't compile LE examples
This commit is contained in:
parent
c53e8cf9b7
commit
762e7944d6
@ -2,20 +2,21 @@
|
|||||||
BTSTACK_ROOT = ../..
|
BTSTACK_ROOT = ../..
|
||||||
POSIX_ROOT= ${BTSTACK_ROOT}/platforms/posix
|
POSIX_ROOT= ${BTSTACK_ROOT}/platforms/posix
|
||||||
|
|
||||||
CORE += main.c stdin_support.c
|
CORE += main.c stdin_support.c bt_control_stlc2500d.c
|
||||||
|
|
||||||
COMMON += hci_transport_h4.c run_loop_posix.c remote_device_db_fs.c
|
COMMON += hci_transport_h4.c run_loop_posix.c remote_device_db_fs.c
|
||||||
|
|
||||||
include ${BTSTACK_ROOT}/example/embedded/Makefile.inc
|
include ${BTSTACK_ROOT}/example/embedded/Makefile.inc
|
||||||
|
|
||||||
# CFLAGS += -I$(BTSTACK_ROOT)/chipset-cc256x
|
|
||||||
|
CFLAGS += -I$(BTSTACK_ROOT)/chipset-stlc2500d
|
||||||
|
|
||||||
# CC = gcc-fsf-4.9
|
# CC = gcc-fsf-4.9
|
||||||
CFLAGS += -g -Wall
|
CFLAGS += -g -Wall
|
||||||
# CFLAGS += -Werror
|
# CFLAGS += -Werror
|
||||||
|
|
||||||
VPATH += ${BTSTACK_ROOT}/platforms/posix/src
|
VPATH += ${BTSTACK_ROOT}/platforms/posix/src
|
||||||
VPATH += ${BTSTACK_ROOT}/chipset-cc256x
|
VPATH += ${BTSTACK_ROOT}/chipset-stlc2500d
|
||||||
|
|
||||||
ifeq ($(OS),Windows_NT)
|
ifeq ($(OS),Windows_NT)
|
||||||
LDFLAGS += -lws2_32
|
LDFLAGS += -lws2_32
|
||||||
@ -34,4 +35,7 @@ EXAMPLES += ${EXAMPLES_CLI}
|
|||||||
CFLAGS += -I${POSIX_ROOT}/src
|
CFLAGS += -I${POSIX_ROOT}/src
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# no BLE here
|
||||||
|
EXAMPLES:= $(filter-out ${EXAMPLES_USING_LE},$(EXAMPLES))
|
||||||
|
|
||||||
all: ${BTSTACK_ROOT}/include/btstack/version.h ${EXAMPLES}
|
all: ${BTSTACK_ROOT}/include/btstack/version.h ${EXAMPLES}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user