1
0
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:
chrysn 2022-09-20 11:49:56 +02:00
parent 17a042a060
commit ff3d3b5ba2
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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