mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
makefiles: Adjust paths of RIOT-applications to run from examples
This commit is contained in:
parent
17a042a060
commit
ff3d3b5ba2
@ -5,7 +5,7 @@ APPLICATION = sniffer
|
||||
BOARD ?= native
|
||||
|
||||
# This has to be the absolute path to the RIOT base directory:
|
||||
RIOTBASE ?= $(CURDIR)/../RIOT
|
||||
RIOTBASE ?= $(CURDIR)/../..
|
||||
|
||||
# Define modules that are used
|
||||
USEMODULE += fmt
|
||||
|
@ -5,7 +5,7 @@ APPLICATION = spectrum-scanner
|
||||
BOARD ?= samr21-xpro
|
||||
|
||||
# This has to be the absolute path to the RIOT base directory:
|
||||
RIOTBASE ?= $(CURDIR)/../RIOT
|
||||
RIOTBASE ?= $(CURDIR)/../..
|
||||
|
||||
# Define modules that are used
|
||||
USEMODULE += gnrc
|
||||
|
Loading…
Reference in New Issue
Block a user