Skip to content

Commit

Permalink
Point to crazyflie base rather than relative
Browse files Browse the repository at this point in the history
  • Loading branch information
gemenerik committed Aug 8, 2024
1 parent 16e9540 commit 2e77b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/make/oot.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2e77b88

Please sign in to comment.