Skip to content
Snippets Groups Projects
Commit 0f5dcdae authored by Oleg Hahm's avatar Oleg Hahm
Browse files

* fixed double cc110x_ng entry in drivers makefile

* tidied up sys directory
parent 5df0bd0c
No related branches found
No related tags found
No related merge requests found
...@@ -18,9 +18,6 @@ endif ...@@ -18,9 +18,6 @@ endif
ifneq (,$(findstring gps_ublox,$(USEMODULE))) ifneq (,$(findstring gps_ublox,$(USEMODULE)))
DIRS += gps_ublox DIRS += gps_ublox
endif endif
ifneq (,$(findstring cc110x_ng,$(USEMODULE)))
DIRS += cc110x_ng
endif
all: all:
@for i in $(DIRS) ; do $(MAKE) -C $$i ; done ; @for i in $(DIRS) ; do $(MAKE) -C $$i ; done ;
......
...@@ -23,6 +23,9 @@ endif ...@@ -23,6 +23,9 @@ endif
ifneq (,$(findstring mprint,$(USEMODULE))) ifneq (,$(findstring mprint,$(USEMODULE)))
DIRS += mprint DIRS += mprint
endif endif
ifneq (,$(findstring ping,$(USEMODULE)))
DIRS += ping
endif
ifneq (,$(findstring ps,$(USEMODULE))) ifneq (,$(findstring ps,$(USEMODULE)))
DIRS += ps DIRS += ps
endif endif
...@@ -47,6 +50,9 @@ endif ...@@ -47,6 +50,9 @@ endif
ifneq (,$(findstring shell_commands,$(USEMODULE))) ifneq (,$(findstring shell_commands,$(USEMODULE)))
DIRS += shell/commands DIRS += shell/commands
endif endif
ifneq (,$(findstring swtimer,$(USEMODULE)))
DIRS += swtimer
endif
ifneq (,$(findstring timex,$(USEMODULE))) ifneq (,$(findstring timex,$(USEMODULE)))
DIRS += timex DIRS += timex
endif endif
......
INCLUDES = -I../include -I$(RIOTBASE)/core/include/ -I$(RIOTBASE)/drivers/include
MODULE =ping
include $(RIOTBASE)/makefile.base
File moved
INCLUDES = -I../include -I$(RIOTBASE)/core/include/ -I$(RIOTBASE)/drivers/include
MODULE =swtimer
include $(RIOTBASE)/makefile.base
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment