From b911d37975244b9e7a5825d8fbff6cc913dc3050 Mon Sep 17 00:00:00 2001 From: px4dev Date: Sun, 4 Aug 2013 19:37:08 -0700 Subject: Merge a path definition from the mainline. --- makefiles/setup.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'makefiles/setup.mk') diff --git a/makefiles/setup.mk b/makefiles/setup.mk index fdb161201..168e41a5c 100644 --- a/makefiles/setup.mk +++ b/makefiles/setup.mk @@ -45,6 +45,7 @@ export PX4_INCLUDE_DIR = $(abspath $(PX4_BASE)/src/include)/ export PX4_MODULE_SRC = $(abspath $(PX4_BASE)/src)/ export PX4_MK_DIR = $(abspath $(PX4_BASE)/makefiles)/ export NUTTX_SRC = $(abspath $(PX4_BASE)/NuttX/nuttx)/ +export NUTTX_APP_SRC = $(abspath $(PX4_BASE)/NuttX/apps)/ export MAVLINK_SRC = $(abspath $(PX4_BASE)/mavlink)/ export ROMFS_SRC = $(abspath $(PX4_BASE)/ROMFS)/ export IMAGE_DIR = $(abspath $(PX4_BASE)/Images)/ -- cgit v1.2.3