From 2e77b8881d1cae37f120e5a4e61c89f8fd0769ee Mon Sep 17 00:00:00 2001 From: Rik Bouwmeester Date: Thu, 8 Aug 2024 13:05:27 +0200 Subject: [PATCH] Point to crazyflie base rather than relative --- tools/make/oot.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/make/oot.mk b/tools/make/oot.mk index ce4d8dac5..efce884b5 100644 --- a/tools/make/oot.mk +++ b/tools/make/oot.mk @@ -35,7 +35,7 @@ all: fi @if [ -f $(OOT_CONFIG) ]; then \ echo "Merging $(OOT_CONFIG) into .config"; \ - ../../scripts/kconfig/merge_config.sh -O $(OOT)/build -m $(OOT)/build/.config $(OOT_CONFIG); \ + $(CRAZYFLIE_BASE)/scripts/kconfig/merge_config.sh -O $(OOT)/build -m $(OOT)/build/.config $(OOT_CONFIG); \ else \ echo "$(OOT_CONFIG) does not exist"; \ fi