From 089265f4aa532905ecf1d3f101f8bd9b51f94611 Mon Sep 17 00:00:00 2001
From: cladmi <gaetan.harter@fu-berlin.de>
Date: Mon, 15 Oct 2018 21:00:20 +0200
Subject: [PATCH] makefiles/vars.inc.mk: export CXXINCLUDES

It is used by Makefile.base so should be exported globally even if only
defined by `llvm.inc.mk` for the moment.
---
 makefiles/vars.inc.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/makefiles/vars.inc.mk b/makefiles/vars.inc.mk
index 7fc732cd10..3492bffbf0 100644
--- a/makefiles/vars.inc.mk
+++ b/makefiles/vars.inc.mk
@@ -12,6 +12,7 @@ export CPU                   # The CPU, set by the board's Makefile.include.
 export CPU_MODEL             # The specific identifier of the used CPU, used for some CPU implementations to differentiate between different memory layouts
 export MCU                   # The MCU, set by the board's Makefile.include, or defaulted to the same value as CPU.
 export INCLUDES              # The extra include paths, set by the various Makefile.include files.
+export CXXINCLUDES           # The extra include paths for c++, set by the various Makefile.include files.
 
 export USEMODULE             # Sys Module dependencies of the application. Set in the application's Makefile.
 export USEPKG                # Pkg dependencies (third party modules) of the application. Set in the application's Makefile.
-- 
GitLab