From 14cb8849385fe558c3edfeb575c7ab0b0d78869b Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 24 Oct 2011 13:09:19 +1100 Subject: [PATCH] fixed mavlink10 desktop build --- libraries/Desktop/Makefile.desktop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/Desktop/Makefile.desktop b/libraries/Desktop/Makefile.desktop index ce94d8c4a6..31d922b92f 100644 --- a/libraries/Desktop/Makefile.desktop +++ b/libraries/Desktop/Makefile.desktop @@ -27,4 +27,4 @@ helihil: make -f $(DESKTOP)/Makefile.desktop EXTRAFLAGS="-DFRAME_CONFIG=HELI_FRAME -DHIL_MODE=HIL_MODE_ATTITUDE -DCLI_ENABLED=DISABLED -DLOGGING_ENABLED=DISABLED" mavlink10: - make -f Makefile EXTRAFLAGS="-DHIL_MODE=HIL_MODE_ATTITUDE -DMAVLINK10 -DCLI_ENABLED=DISABLED -DLOGGING_ENABLED=DISABLED" + make -f $(DESKTOP)/Makefile.desktop EXTRAFLAGS="-DHIL_MODE=HIL_MODE_ATTITUDE -DMAVLINK10 -DCLI_ENABLED=DISABLED -DLOGGING_ENABLED=DISABLED"