1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/openwsn/Makefile

34 lines
891 B
Makefile
Raw Normal View History

2014-12-19 07:27:32 +01:00
APPLICATION = openwsn-app
# If no BOARD is found in the environment, use this default:
BOARD ?= iotlab-m3
2014-12-19 07:27:32 +01:00
# This has to be the absolute path to the RIOT base directory:
RIOTBASE ?= $(CURDIR)/../../RIOT
# Uncomment this to enable scheduler statistics for ps:
#CFLAGS += -DSCHEDSTATISTICS
# Uncomment this to enable code in RIOT that does safety checking
# which is not needed in a production environment but helps in the
# development process:
CFLAGS += -DDEVELHELP
# Change this to 0 show compiler invocation lines by default:
export QUIET ?= 1
USEMODULE += ps
2016-04-06 13:58:24 +02:00
USEMODULE += xtimer
2014-12-19 07:27:32 +01:00
USEMODULE += shell
USEMODULE += shell_commands
USEMODULE += posix
USEMODULE += uart0
USEMODULE += at86rf231
USEPKG += openwsn
include $(RIOTBASE)/Makefile.include
INCLUDES += -I$(RIOTBASE)/pkg/openwsn/openwsn/projects/common/03oos_openwsn \
-I$(RIOTBASE)/pkg/openwsn/openwsn/bsp/boards/riot-adaption