From 7ac9fc38e48406a33c59836c1d2336b5372db549 Mon Sep 17 00:00:00 2001 From: Mark Charlebois Date: Mon, 4 May 2015 15:48:06 -0700 Subject: [PATCH] Commented out 1st definition of MAVLINK_SRC The variable MAVLINK_SRC was defined and then redefined. Commented out the first definition and moved beside that overriding definition for visibility. Signed-off-by: Mark Charlebois --- makefiles/setup.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefiles/setup.mk b/makefiles/setup.mk index 0cdaa1e835..f14dfe531b 100644 --- a/makefiles/setup.mk +++ b/makefiles/setup.mk @@ -54,8 +54,8 @@ export PX4_LIB_DIR = $(abspath $(PX4_BASE)/src/lib)/ export PX4_PLATFORMS_DIR = $(abspath $(PX4_BASE)/src/platforms)/ export PX4_MK_DIR = $(abspath $(PX4_BASE)/makefiles)/ export NUTTX_SRC = $(abspath $(PX4_BASE)/NuttX/nuttx)/ -export MAVLINK_SRC = $(abspath $(PX4_BASE)/mavlink/include/mavlink/v1.0)/ export NUTTX_APP_SRC = $(abspath $(PX4_BASE)/NuttX/apps)/ +#export MAVLINK_SRC = $(abspath $(PX4_BASE)/mavlink/include/mavlink/v1.0)/ export MAVLINK_SRC = $(abspath $(PX4_BASE)/mavlink)/ export UAVCAN_DIR = $(abspath $(PX4_BASE)/uavcan)/ export ROMFS_SRC = $(abspath $(PX4_BASE)/ROMFS)/