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:
parent
a60a0a2cf7
commit
498cc027b1
4
dist/Makefile
vendored
4
dist/Makefile
vendored
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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:
|
||||
|
@ -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:
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user