mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-21 03:40:47 +00:00
move bt_control_iphone into platforms/ios/src
This commit is contained in:
parent
8a148cccf9
commit
3d7a3f6710
@ -3,8 +3,8 @@
|
||||
|
||||
SUBPROJECTS = src platforms/ios/PatchBlueTool platforms/ios/PrefsBundle
|
||||
|
||||
distclean:
|
||||
rm -rf layout btstack-config.h src/Makefile example/Makefile Makefile
|
||||
|
||||
include $(THEOS)/makefiles/common.mk
|
||||
include $(THEOS_MAKE_PATH)/aggregate.mk
|
||||
|
||||
distclean:
|
||||
rm -rf layout btstack-config.h src/Makefile example/Makefile Makefile
|
||||
|
@ -13,7 +13,7 @@ libBTstack_CFLAGS = -I../include -I../ble -I../src -I..
|
||||
|
||||
TOOL_NAME = BTdaemon
|
||||
BTdaemon_FILES = $(libBTstack_FILES) \
|
||||
bt_control_iphone.m \
|
||||
../platforms/ios/src/bt_control_iphone.m \
|
||||
platform_iphone.m \
|
||||
hci_transport_h4_iphone.c \
|
||||
btstack_memory.c \
|
||||
@ -32,7 +32,7 @@ BTdaemon_FILES = $(libBTstack_FILES) \
|
||||
sdp_parser.c \
|
||||
sdp_query_rfcomm.c \
|
||||
sdp_query_util.c \
|
||||
../SpringBoardAccess/SpringBoardAccess.c
|
||||
../platforms/ios/SpringBoardAccess/SpringBoardAccess.c
|
||||
BTdaemon_CFLAGS = -I../include -I../ble -I../src -I..
|
||||
BTdaemon_LDFLAGS += $(SYSROOT)/System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
|
||||
|
||||
|
@ -76,7 +76,7 @@
|
||||
|
||||
#ifdef USE_BLUETOOL
|
||||
#include <CoreFoundation/CoreFoundation.h>
|
||||
#include "bt_control_iphone.h"
|
||||
#include "../platforms/ios/src/bt_control_iphone.h"
|
||||
#include <notify.h>
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user