mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-10 10:21:48 +00:00
9 lines
185 B
Makefile
9 lines
185 B
Makefile
#
|
|
# Makefile for STM32-F4Discovery with CC256x module via CC256XEM-STADAPT
|
|
#
|
|
|
|
BTSTACK_ROOT = ../..
|
|
|
|
# fetch and convert init scripts
|
|
include ${BTSTACK_ROOT}/chipset/cc256x/Makefile.inc
|