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

remove USEMODULE comments and some whitespace

This commit is contained in:
Ludwig Ortmann 2014-02-22 10:04:41 +01:00
parent 982eecd3a6
commit 983dabe73f
10 changed files with 1 additions and 28 deletions

View File

@ -8,7 +8,6 @@ ifneq (,$(filter msb-430h,$(BOARD)))
include $(RIOTBASE)/Makefile.unsupported
else
## Modules to include.
USEMODULE += hashes
USEMODULE += bloom

View File

@ -5,7 +5,6 @@ ifneq (,$(filter msb-430,$(BOARD)))
include $(RIOTBASE)/Makefile.unsupported
else
## Modules to include.
USEMODULE += hashes
USEMODULE += bloom
USEMODULE += random

View File

@ -5,8 +5,6 @@ ifeq (,$(filter native,$(BOARD)))
include $(RIOTBASE)/Makefile.unsupported
else
## Modules to include.
USEMODULE += auto_init
USEMODULE += hwtimer
USEMODULE += posix

View File

@ -8,8 +8,6 @@ ifeq (,$(filter native,$(BOARD)))
include $(RIOTBASE)/Makefile.unsupported
else
## Modules to include.
USEMODULE += auto_init
USEMODULE += hwtimer
USEMODULE += nativenet

View File

@ -1,12 +1,3 @@
####
#### Sample Makefile for building apps with the RIOT OS
####
#### The Sample Filesystem Layout is:
#### /this makefile
#### ../../RIOT
#### ../../boards for board definitions (if you have one or more)
####
export PROJECT =test_pnet
include ../Makefile.tests_common
@ -14,12 +5,11 @@ ifeq ($(BOARD),stm32f4discovery)
include Makefile.$(BOARD)
endif
## Modules to include.
USEMODULE += auto_init
USEMODULE += posix
USEMODULE += pnet
USEMODULE += vtimer
ifeq ($(strip $(BOARD)),native)
USEMODULE += nativenet
else ifeq ($(strip $(BOARD)),msba2)

View File

@ -1,8 +1,6 @@
export PROJECT = test_pthread
include ../Makefile.tests_common
## Modules to include.
USEMODULE += posix
USEMODULE += pthread
@ -14,4 +12,3 @@ else
endif
include $(RIOTBASE)/Makefile.include

View File

@ -1,8 +1,6 @@
export PROJECT = test_semaphore
include ../Makefile.tests_common
## Modules to include.
USEMODULE += semaphore
include $(RIOTBASE)/Makefile.include

View File

@ -1,8 +1,6 @@
export PROJECT = test_sha256
include ../Makefile.tests_common
## Modules to include.
USEMODULE += crypto_sha256
include $(RIOTBASE)/Makefile.include

View File

@ -1,8 +1,6 @@
export PROJECT = test_shell
include ../Makefile.tests_common
## Modules to include.
USEMODULE += shell
USEMODULE += shell_commands
USEMODULE += ps

View File

@ -1,8 +1,6 @@
export PROJECT = test_vtimer_msg
include ../Makefile.tests_common
## Modules to include.
USEMODULE += auto_init
USEMODULE += vtimer