tools/metrics: allow to override C_HEADERS location

This commit is contained in:
Matthias Ringwald 2019-11-27 15:49:42 +01:00
parent 227c17e4f1
commit 6360ea131b

View File

@ -1,5 +1,6 @@
C_HEADERS=/Projects/c_headers/include/ C_HEADERS ?= /Projects/c_headers/include/
BTSTACK_ROOT=../.. BTSTACK_ROOT ?= ../..
VPATH=${BTSTACK_ROOT}/src VPATH=${BTSTACK_ROOT}/src
INCLUDES= \ INCLUDES= \