1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

makefiles/modules.inc.mk: do not export USEMODULE

USEMODULE is already exported by `makefiles/vars.inc.mk`.
This commit is contained in:
Gaëtan Harter 2019-03-05 15:45:08 +01:00
parent 5355f6a7be
commit 670a836863
No known key found for this signature in database
GPG Key ID: 76DF6BCF1B1F883B

View File

@ -7,5 +7,3 @@ REALMODULES = $(filter-out $(PSEUDOMODULES), $(sort $(USEMODULE) $(USEPKG))) $(N
export BASELIBS += $(REALMODULES:%=$(BINDIR)/%.a)
CFLAGS += $(EXTDEFINES)
export USEMODULE