1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 14:03:55 +01:00
RIOT/tests/test_shell/Makefile
2014-02-11 18:45:06 +01:00

18 lines
342 B
Makefile

# name of your project
export PROJECT = test_shell
# for easy switching of boards
export BOARD ?= native
# this has to be the absolute path of the RIOT-base dir
export RIOTBASE = $(CURDIR)/../..
## Modules to include.
USEMODULE += shell
USEMODULE += shell_commands
USEMODULE += ps
USEMODULE += posix
include $(RIOTBASE)/Makefile.include