xref: /btstack/port/windows-h4-da14585/Makefile (revision 3086bccee3984763e7fd005343e285b42376a52f)
13c214e8aSMatthias Ringwald# Makefile for windows-h4-da14585 examples
23c214e8aSMatthias RingwaldBTSTACK_ROOT ?= ../..
33c214e8aSMatthias Ringwald
4*3086bcceSMatthias RingwaldCORE += main.c btstack_stdin_windows.c btstack_tlv_windows.c hci_dump_windows_fs.c
53c214e8aSMatthias Ringwald
63c214e8aSMatthias RingwaldCOMMON  += \
73c214e8aSMatthias Ringwald			btstack_run_loop_windows.c   \
83c214e8aSMatthias Ringwald			hci_transport_h4.c           \
93c214e8aSMatthias Ringwald			btstack_uart_block_windows.c \
103c214e8aSMatthias Ringwald			le_device_db_tlv.c           \
113c214e8aSMatthias Ringwald			hci_585.c \
12d00ab9e3SMatthias Ringwald			btstack_chipset_da145xx.c \
133c214e8aSMatthias Ringwald            rijndael.c \
143c214e8aSMatthias Ringwald
153c214e8aSMatthias Ringwald# examples
16e29c33b5SMatthias RingwaldCLASSIC =
173c214e8aSMatthias Ringwaldinclude ${BTSTACK_ROOT}/example/Makefile.inc
183c214e8aSMatthias Ringwald
193c214e8aSMatthias Ringwald# CC = gcc-fsf-4.9
203c214e8aSMatthias RingwaldCFLAGS  += -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wshadow -Werror
213c214e8aSMatthias Ringwald
223c214e8aSMatthias RingwaldCFLAGS += -I${BTSTACK_ROOT}/platform/posix \
233c214e8aSMatthias Ringwald		  -I${BTSTACK_ROOT}/platform/windows \
243c214e8aSMatthias Ringwald		  -I${BTSTACK_ROOT}/platform/embedded \
25d00ab9e3SMatthias Ringwald		  -I$(BTSTACK_ROOT)/chipset/da145xx \
263c214e8aSMatthias Ringwald          -I${BTSTACK_ROOT}/3rd-party/rijndael \
273c214e8aSMatthias Ringwald		  -I${BTSTACK_ROOT}/3rd-party/tinydir
283c214e8aSMatthias Ringwald
293c214e8aSMatthias RingwaldVPATH += ${BTSTACK_ROOT}/3rd-party/rijndael
303c214e8aSMatthias Ringwald
313c214e8aSMatthias RingwaldVPATH += ${BTSTACK_ROOT}/platform/windows
323c214e8aSMatthias RingwaldVPATH += ${BTSTACK_ROOT}/platform/posix
333c214e8aSMatthias Ringwald
34d00ab9e3SMatthias RingwaldVPATH += ${BTSTACK_ROOT}/chipset/da145xx
353c214e8aSMatthias Ringwald
363c214e8aSMatthias RingwaldEXAMPLES = ${EXAMPLES_GENERAL} ${EXAMPLES_LE_ONLY}
373c214e8aSMatthias Ringwald
383c214e8aSMatthias Ringwaldall: ${EXAMPLES}
39