From ff3d3b5ba27341798bf480a01deeb9425d05e259 Mon Sep 17 00:00:00 2001 From: chrysn Date: Tue, 20 Sep 2022 11:49:56 +0200 Subject: [PATCH] makefiles: Adjust paths of RIOT-applications to run from examples --- examples/sniffer/Makefile | 2 +- examples/spectrum-scanner/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/sniffer/Makefile b/examples/sniffer/Makefile index 3368b062bb..c5b26f562b 100644 --- a/examples/sniffer/Makefile +++ b/examples/sniffer/Makefile @@ -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 diff --git a/examples/spectrum-scanner/Makefile b/examples/spectrum-scanner/Makefile index ce598495eb..c59bd76b51 100644 --- a/examples/spectrum-scanner/Makefile +++ b/examples/spectrum-scanner/Makefile @@ -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