sys: remove exports of UNDEF vars
This commit is contained in:
parent
92f2b820cd
commit
0e7e1b76cd
@ -43,7 +43,7 @@ ifneq (,$(filter cpp11-compat,$(USEMODULE)))
|
|||||||
USEMODULE_INCLUDES += $(RIOTBASE)/sys/cpp11-compat/include
|
USEMODULE_INCLUDES += $(RIOTBASE)/sys/cpp11-compat/include
|
||||||
# make sure cppsupport.o is linked explicitly because __dso_handle is not
|
# make sure cppsupport.o is linked explicitly because __dso_handle is not
|
||||||
# found if it is hidden away inside a static object.
|
# found if it is hidden away inside a static object.
|
||||||
export UNDEF += $(BINDIR)/cpp11-compat/cppsupport.o
|
UNDEF += $(BINDIR)/cpp11-compat/cppsupport.o
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq (,$(filter embunit,$(USEMODULE)))
|
ifneq (,$(filter embunit,$(USEMODULE)))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user