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

dist/example Makefiles: not BOARD -> no BOARD, ## Modules -> # Modules

This commit is contained in:
Ludwig Ortmann 2014-01-13 11:12:14 +01:00
parent a60a0a2cf7
commit 498cc027b1
7 changed files with 12 additions and 12 deletions

4
dist/Makefile vendored
View File

@ -9,7 +9,7 @@
# Set the name of your project:
export PROJECT = foobar
# If not BOARD is found in the environment, use this default:
# If no BOARD is found in the environment, use this default:
export BOARD ?= native
# This has to be the absolute path to the RIOT base directory:
@ -39,7 +39,7 @@ export RIOTBASE ?= $(CURDIR)/../../RIOT
# Change this to 0 show compiler invocation lines by default:
export QUIET ?= 1
## Modules to include:
# Modules to include:
#USEMODULE += shell
#USEMODULE += uart0

View File

@ -1,7 +1,7 @@
# name of your project
export PROJECT = ccn-lite-client
# If not BOARD is found in the environment, use this default:
# If no BOARD is found in the environment, use this default:
export BOARD ?= native
# This has to be the absolute path to the RIOT base directory:
@ -31,7 +31,7 @@ export RIOTBASE ?= $(CURDIR)/../../
# Change this to 0 show compiler invocation lines by default:
export QUIET ?= 1
## Modules to include:
# Modules to include:
USEMODULE += config
USEMODULE += shell

View File

@ -1,7 +1,7 @@
# name of your project
export PROJECT = ccn-lite-relay
# If not BOARD is found in the environment, use this default:
# If no BOARD is found in the environment, use this default:
export BOARD ?= native
# This has to be the absolute path to the RIOT base directory:
@ -31,7 +31,7 @@ export RIOTBASE ?= $(CURDIR)/../../
# Change this to 0 show compiler invocation lines by default:
export QUIET ?= 1
## Modules to include:
# Modules to include:
USEMODULE += config
USEMODULE += uart0

View File

@ -1,7 +1,7 @@
# name of your project
export PROJECT = default
# If not BOARD is found in the environment, use this default:
# If no BOARD is found in the environment, use this default:
export BOARD ?= native
# This has to be the absolute path to the RIOT base directory:
@ -31,7 +31,7 @@ export RIOTBASE ?= $(CURDIR)/../../
# Change this to 0 show compiler invocation lines by default:
export QUIET ?= 1
## Modules to include:
# Modules to include:
USEMODULE += posix
USEMODULE += uart0

View File

@ -1,7 +1,7 @@
# name of your project
export PROJECT = hello-world
# If not BOARD is found in the environment, use this default:
# If no BOARD is found in the environment, use this default:
export BOARD ?= native
# This has to be the absolute path to the RIOT base directory:

View File

@ -1,7 +1,7 @@
# name of your project
export PROJECT = ipc_pingpong
# If not BOARD is found in the environment, use this default:
# If no BOARD is found in the environment, use this default:
export BOARD ?= native
# This has to be the absolute path to the RIOT base directory:

View File

@ -1,7 +1,7 @@
# name of your project
export PROJECT = rpl_udp
# If not BOARD is found in the environment, use this default:
# If no BOARD is found in the environment, use this default:
export BOARD ?= native
# This has to be the absolute path to the RIOT base directory:
@ -34,7 +34,7 @@ export QUIET ?= 1
# get rid of the mandatory RPL warning
CFLAGS += "-Wno-cpp"
## Modules to include:
# Modules to include:
USEMODULE += auto_init
USEMODULE += shell