16807484cSMatthias Ringwald# Makefile for posix-h4 based examples 2f67eb7c2SMatthias RingwaldBTSTACK_ROOT ?= ../.. 36807484cSMatthias Ringwald 46807484cSMatthias RingwaldCORE += \ 56807484cSMatthias Ringwald btstack_run_loop_posix.c \ 6d3849e4cSMatthias Ringwald btstack_tlv_posix.c \ 7793a0509SMatthias Ringwald btstack_uart_posix.c \ 8*7435ec7bSMatthias Ringwald hci_dump_posix_fs.c \ 96807484cSMatthias Ringwald hci_transport_h4.c \ 1081862996SMatthias Ringwald le_device_db_tlv.c \ 116807484cSMatthias Ringwald main.c \ 126807484cSMatthias Ringwald btstack_stdin_posix.c \ 13360243beSMatthias Ringwald btstack_chipset_zephyr.c \ 146807484cSMatthias Ringwald 156807484cSMatthias Ringwald# examples 16e29c33b5SMatthias RingwaldCLASSIC = 176807484cSMatthias Ringwaldinclude ${BTSTACK_ROOT}/example/Makefile.inc 186807484cSMatthias Ringwald 196807484cSMatthias RingwaldCFLAGS += -g -Wall -Werror \ 206807484cSMatthias Ringwald -I$(BTSTACK_ROOT)/platform/embedded \ 216807484cSMatthias Ringwald -I$(BTSTACK_ROOT)/platform/posix \ 22360243beSMatthias Ringwald -I$(BTSTACK_ROOT)/chipset/zephyr \ 23d08566fbSMatthias Ringwald -I${BTSTACK_ROOT}/3rd-party/tinydir 246807484cSMatthias Ringwald 256807484cSMatthias RingwaldVPATH += ${BTSTACK_ROOT}/platform/posix 266807484cSMatthias RingwaldVPATH += ${BTSTACK_ROOT}/platform/embedded 27360243beSMatthias RingwaldVPATH += ${BTSTACK_ROOT}/chipset/zephyr 286807484cSMatthias Ringwald 29bdc352b1SMatthias Ringwaldall: ${EXAMPLES_LE_ONLY} 306807484cSMatthias Ringwald 31