Move shell from apps to os/services

This commit is contained in:
Simon Duquennoy 2017-09-01 15:38:30 +02:00
parent 5fa13e0093
commit 192f8ee582
7 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@ MAKE_WITH_ORCHESTRA ?= 0 # force Orchestra from command line
MAKE_WITH_SECURITY ?= 0 # force Security from command line
MAKE_WITH_PERIODIC_ROUTES_PRINT ?= 0 # print #routes periodically, used for regression tests
APPS += orchestra shell
MODULES += os/net/mac/tsch
APPS += orchestra
MODULES += os/net/mac/tsch os/services/shell
ifeq ($(MAKE_WITH_ORCHESTRA),1)
CFLAGS += -DWITH_ORCHESTRA=1