mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
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
|
||||
|
||||
ifneq (,$(filter posix,$(USEMODULE)))
|
||||
USEMODULE += uart0
|
||||
USEMODULE += timex
|
||||
USEMODULE += vtimer
|
||||
endif
|
||||
|
@ -33,7 +33,7 @@ BOARD_INSUFFICIENT_RAM := chronos msb-430h telosb wsn430-v1_3b wsn430-v1_4 z1 re
|
||||
|
||||
USEMODULE += shell
|
||||
USEMODULE += shell_commands
|
||||
USEMODULE += posix
|
||||
USEMODULE += uart0
|
||||
USEMODULE += ps
|
||||
USEMODULE += random
|
||||
USEMODULE += defaulttransceiver
|
||||
|
@ -29,7 +29,7 @@ QUIET ?= 1
|
||||
|
||||
# Modules to include:
|
||||
|
||||
USEMODULE += posix
|
||||
USEMODULE += uart0
|
||||
USEMODULE += shell
|
||||
USEMODULE += shell_commands
|
||||
USEMODULE += ps
|
||||
|
@ -43,6 +43,7 @@ BOARD_BLACKLIST := arduino-mega2560
|
||||
|
||||
USEMODULE += shell
|
||||
USEMODULE += shell_commands
|
||||
USEMODULE += uart0
|
||||
USEMODULE += ps
|
||||
USEMODULE += vtimer
|
||||
USEMODULE += defaulttransceiver
|
||||
|
@ -4,7 +4,7 @@ include ../Makefile.tests_common
|
||||
USEMODULE += shell
|
||||
USEMODULE += shell_commands
|
||||
USEMODULE += ps
|
||||
USEMODULE += posix
|
||||
USEMODULE += uart0
|
||||
|
||||
DISABLE_MODULE += auto_init
|
||||
|
||||
|
@ -6,7 +6,7 @@ BOARD_INSUFFICIENT_RAM := stm32f0discovery
|
||||
DISABLE_MODULE += auto_init
|
||||
|
||||
USEMODULE += shell
|
||||
USEMODULE += posix
|
||||
USEMODULE += uart0
|
||||
USEMODULE += timex
|
||||
|
||||
# The MSP-430 toolchain lacks sscanf:
|
||||
|
Loading…
Reference in New Issue
Block a user