Skip to content
Snippets Groups Projects
Commit 91814e52 authored by Ludwig Knüpfer's avatar Ludwig Knüpfer
Browse files

make: replace MAKEBASE with RIOTBASE

parent dea33bd8
No related branches found
No related tags found
No related merge requests found
MODULE =srf02 MODULE =srf02
include $(MAKEBASE)/Makefile.base include $(RIOTBASE)/Makefile.base
MODULE =srf08 MODULE =srf08
include $(MAKEBASE)/Makefile.base include $(RIOTBASE)/Makefile.base
...@@ -12,4 +12,4 @@ ifneq (,$(filter mc1322x,$(USEMODULE))) ...@@ -12,4 +12,4 @@ ifneq (,$(filter mc1322x,$(USEMODULE)))
INCLUDES += -I$(RIOTBASE)/sys/net/include INCLUDES += -I$(RIOTBASE)/sys/net/include
endif endif
include $(MAKEBASE)/Makefile.base include $(RIOTBASE)/Makefile.base
MODULE = uart0 MODULE = uart0
include $(MAKEBASE)/Makefile.base include $(RIOTBASE)/Makefile.base
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment