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