mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-25 16:43:28 +00:00
fix example compile
This commit is contained in:
parent
f4220df52c
commit
2126dff7b6
@ -1,4 +1,3 @@
|
|||||||
include $(THEOS)/makefiles/common.mk
|
|
||||||
|
|
||||||
# lipoplastic setup for armv6 + arm64 compilation
|
# lipoplastic setup for armv6 + arm64 compilation
|
||||||
TARGET := iphone:clang
|
TARGET := iphone:clang
|
||||||
@ -9,7 +8,7 @@ TARGET_IPHONEOS_DEPLOYMENT_VERSION_arm64 = 7.0
|
|||||||
ARCHS = armv6 arm64
|
ARCHS = armv6 arm64
|
||||||
|
|
||||||
ADDITIONAL_CFLAGS = -I.. -I../include
|
ADDITIONAL_CFLAGS = -I.. -I../include
|
||||||
ADDITIONAL_LDFLAGS = -L../src/obj -lBTstack
|
ADDITIONAL_LDFLAGS = -L../src/.theos/obj -lBTstack
|
||||||
|
|
||||||
TOOL_NAME = inquiry l2cap-test rfcomm-echo rfcomm-cat rfcomm-test l2cap-server l2cap-throughput
|
TOOL_NAME = inquiry l2cap-test rfcomm-echo rfcomm-cat rfcomm-test l2cap-server l2cap-throughput
|
||||||
|
|
||||||
@ -21,4 +20,5 @@ l2cap-test_FILES = test.c
|
|||||||
l2cap-server_FILES = l2cap-server.c
|
l2cap-server_FILES = l2cap-server.c
|
||||||
l2cap-throughput_FILES = l2cap-throughput.c
|
l2cap-throughput_FILES = l2cap-throughput.c
|
||||||
|
|
||||||
|
include $(THEOS)/makefiles/common.mk
|
||||||
include $(THEOS_MAKE_PATH)/tool.mk
|
include $(THEOS_MAKE_PATH)/tool.mk
|
||||||
|
Loading…
x
Reference in New Issue
Block a user