From 5375bb5b86e266157ceceef08c367da711b8144e Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Sat, 1 Jun 2013 01:04:32 +0200 Subject: Cleanup, WIP, needs a NuttX checkout to Firmware/NuttX now --- makefiles/setup.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'makefiles/setup.mk') diff --git a/makefiles/setup.mk b/makefiles/setup.mk index 111193093..92461fafb 100644 --- a/makefiles/setup.mk +++ b/makefiles/setup.mk @@ -44,8 +44,8 @@ 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)/ -export NUTTX_APP_SRC = $(abspath $(PX4_BASE)/apps)/ +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