1
0
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:
Oleg Hahm 2014-10-02 02:20:45 +02:00
parent cf49dec303
commit 9cf21545fa
6 changed files with 5 additions and 5 deletions

View File

@ -53,7 +53,6 @@ ifneq (,$(filter uart0,$(USEMODULE)))
endif
ifneq (,$(filter posix,$(USEMODULE)))
USEMODULE += uart0
USEMODULE += timex
USEMODULE += vtimer
endif

View File

@ -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

View File

@ -29,7 +29,7 @@ QUIET ?= 1
# Modules to include:
USEMODULE += posix
USEMODULE += uart0
USEMODULE += shell
USEMODULE += shell_commands
USEMODULE += ps

View File

@ -43,6 +43,7 @@ BOARD_BLACKLIST := arduino-mega2560
USEMODULE += shell
USEMODULE += shell_commands
USEMODULE += uart0
USEMODULE += ps
USEMODULE += vtimer
USEMODULE += defaulttransceiver

View File

@ -4,7 +4,7 @@ include ../Makefile.tests_common
USEMODULE += shell
USEMODULE += shell_commands
USEMODULE += ps
USEMODULE += posix
USEMODULE += uart0
DISABLE_MODULE += auto_init

View File

@ -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: