mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
make: fix the order of Makefile.dep for timex
The order of modules in Makefile.dep matters.
This commit is contained in:
parent
db727d1d85
commit
cf49dec303
10
Makefile.dep
10
Makefile.dep
@ -47,17 +47,17 @@ ifneq (,$(filter sixlowpan,$(USEMODULE)))
|
|||||||
USEMODULE += vtimer
|
USEMODULE += vtimer
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifneq (,$(filter uart0,$(USEMODULE)))
|
||||||
|
USEMODULE += lib
|
||||||
|
USEMODULE += posix
|
||||||
|
endif
|
||||||
|
|
||||||
ifneq (,$(filter posix,$(USEMODULE)))
|
ifneq (,$(filter posix,$(USEMODULE)))
|
||||||
USEMODULE += uart0
|
USEMODULE += uart0
|
||||||
USEMODULE += timex
|
USEMODULE += timex
|
||||||
USEMODULE += vtimer
|
USEMODULE += vtimer
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq (,$(filter uart0,$(USEMODULE)))
|
|
||||||
USEMODULE += lib
|
|
||||||
USEMODULE += posix
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifneq (,$(filter cbor,$(USEMODULE)))
|
ifneq (,$(filter cbor,$(USEMODULE)))
|
||||||
USEMODULE += net_help
|
USEMODULE += net_help
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user