Makefile (d1cd978cd18258af113195a13745fa78943a5ae2) Makefile (77ba3d3f9fd2c90e975cda31e3c706784e95d43a)
1 # Makefile for libusb based examples
2BTSTACK_ROOT = ../..
3
4ATT += \
5 att_dispatch.c \
6 att_db.c \
7 att_server.c \
8 gatt_bearer.c \

--- 21 unchanged lines hidden (view full) ---

30
31CFLAGS += -g -DUNIT_TEST -Wall \
32 -I$(BTSTACK_ROOT)/platform/embedded \
33 -I$(BTSTACK_ROOT)/platform/posix \
34 -I$(BTSTACK_ROOT)/3rd-party/tinydir \
35 -I$(BTSTACK_ROOT)/test/rijndael \
36
37VPATH += ${BTSTACK_ROOT}/test/rijndael
1 # Makefile for libusb based examples
2BTSTACK_ROOT = ../..
3
4ATT += \
5 att_dispatch.c \
6 att_db.c \
7 att_server.c \
8 gatt_bearer.c \

--- 21 unchanged lines hidden (view full) ---

30
31CFLAGS += -g -DUNIT_TEST -Wall \
32 -I$(BTSTACK_ROOT)/platform/embedded \
33 -I$(BTSTACK_ROOT)/platform/posix \
34 -I$(BTSTACK_ROOT)/3rd-party/tinydir \
35 -I$(BTSTACK_ROOT)/test/rijndael \
36
37VPATH += ${BTSTACK_ROOT}/test/rijndael
38VPATH += ${BTSTACK_ROOT}/src/ble/mesh
38VPATH += ${BTSTACK_ROOT}/src/mesh
39VPATH += ${BTSTACK_ROOT}/src/classic
40VPATH += ${BTSTACK_ROOT}/platform/posix
41VPATH += ${BTSTACK_ROOT}/platform/embedded
42VPATH += ${BTSTACK_ROOT}/platform/libusb
43VPATH += ${BTSTACK_ROOT}/src/ble/gatt-service
44
45# cpputest
46CC_UNIT = g++

--- 38 unchanged lines hidden ---
39VPATH += ${BTSTACK_ROOT}/src/classic
40VPATH += ${BTSTACK_ROOT}/platform/posix
41VPATH += ${BTSTACK_ROOT}/platform/embedded
42VPATH += ${BTSTACK_ROOT}/platform/libusb
43VPATH += ${BTSTACK_ROOT}/src/ble/gatt-service
44
45# cpputest
46CC_UNIT = g++

--- 38 unchanged lines hidden ---