make: fix dependencies
uart0 depends on POSIX, not the other way around.
This commit is contained in:
parent
cf49dec303
commit
9cf21545fa
@ -53,7 +53,6 @@ ifneq (,$(filter uart0,$(USEMODULE)))
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq (,$(filter posix,$(USEMODULE)))
|
ifneq (,$(filter posix,$(USEMODULE)))
|
||||||
USEMODULE += uart0
|
|
||||||
USEMODULE += timex
|
USEMODULE += timex
|
||||||
USEMODULE += vtimer
|
USEMODULE += vtimer
|
||||||
endif
|
endif
|
||||||
|
|||||||
@ -33,7 +33,7 @@ BOARD_INSUFFICIENT_RAM := chronos msb-430h telosb wsn430-v1_3b wsn430-v1_4 z1 re
|
|||||||
|
|
||||||
USEMODULE += shell
|
USEMODULE += shell
|
||||||
USEMODULE += shell_commands
|
USEMODULE += shell_commands
|
||||||
USEMODULE += posix
|
USEMODULE += uart0
|
||||||
USEMODULE += ps
|
USEMODULE += ps
|
||||||
USEMODULE += random
|
USEMODULE += random
|
||||||
USEMODULE += defaulttransceiver
|
USEMODULE += defaulttransceiver
|
||||||
|
|||||||
@ -29,7 +29,7 @@ QUIET ?= 1
|
|||||||
|
|
||||||
# Modules to include:
|
# Modules to include:
|
||||||
|
|
||||||
USEMODULE += posix
|
USEMODULE += uart0
|
||||||
USEMODULE += shell
|
USEMODULE += shell
|
||||||
USEMODULE += shell_commands
|
USEMODULE += shell_commands
|
||||||
USEMODULE += ps
|
USEMODULE += ps
|
||||||
|
|||||||
@ -43,6 +43,7 @@ BOARD_BLACKLIST := arduino-mega2560
|
|||||||
|
|
||||||
USEMODULE += shell
|
USEMODULE += shell
|
||||||
USEMODULE += shell_commands
|
USEMODULE += shell_commands
|
||||||
|
USEMODULE += uart0
|
||||||
USEMODULE += ps
|
USEMODULE += ps
|
||||||
USEMODULE += vtimer
|
USEMODULE += vtimer
|
||||||
USEMODULE += defaulttransceiver
|
USEMODULE += defaulttransceiver
|
||||||
|
|||||||
@ -4,7 +4,7 @@ include ../Makefile.tests_common
|
|||||||
USEMODULE += shell
|
USEMODULE += shell
|
||||||
USEMODULE += shell_commands
|
USEMODULE += shell_commands
|
||||||
USEMODULE += ps
|
USEMODULE += ps
|
||||||
USEMODULE += posix
|
USEMODULE += uart0
|
||||||
|
|
||||||
DISABLE_MODULE += auto_init
|
DISABLE_MODULE += auto_init
|
||||||
|
|
||||||
|
|||||||
@ -6,7 +6,7 @@ BOARD_INSUFFICIENT_RAM := stm32f0discovery
|
|||||||
DISABLE_MODULE += auto_init
|
DISABLE_MODULE += auto_init
|
||||||
|
|
||||||
USEMODULE += shell
|
USEMODULE += shell
|
||||||
USEMODULE += posix
|
USEMODULE += uart0
|
||||||
USEMODULE += timex
|
USEMODULE += timex
|
||||||
|
|
||||||
# The MSP-430 toolchain lacks sscanf:
|
# The MSP-430 toolchain lacks sscanf:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user