mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-15 23:42:52 +00:00
add pan.c to bnep_test
This commit is contained in:
parent
83ec85e25a
commit
ed42068928
@ -49,5 +49,5 @@ l2cap_test: ${CORE_OBJ} ${COMMON_OBJ} l2cap_test.c
|
||||
classic_test: ${CORE_OBJ} ${COMMON_OBJ} ${SDP_CLIENT} classic_test.c
|
||||
${CC} $^ ${CFLAGS} ${LDFLAGS} -o $@
|
||||
|
||||
bnep_test: ${CORE_OBJ} ${COMMON_OBJ} bnep_test.c
|
||||
bnep_test: ${CORE_OBJ} ${COMMON_OBJ} pan.o bnep_test.c
|
||||
${CC} $^ ${CFLAGS} ${LDFLAGS} -o $@
|
||||
|
Loading…
x
Reference in New Issue
Block a user