From 826ce00bf4a1dcf1b68b303a76330bc17276742e Mon Sep 17 00:00:00 2001 From: sambas Date: Sun, 23 Jan 2011 18:18:52 +0000 Subject: [PATCH] another one for Big Mess git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@2546 ebee16cc-31ac-478f-84a7-5cbb03baadba --- flight/AHRS/Makefile | 4 ++-- flight/OpenPilot/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/flight/AHRS/Makefile b/flight/AHRS/Makefile index 33cd59873..cab696d1c 100644 --- a/flight/AHRS/Makefile +++ b/flight/AHRS/Makefile @@ -60,7 +60,7 @@ else BOOT_MODEL = $(MODEL)_NB endif # Directory for output files (lst, obj, dep, elf, sym, map, hex, bin etc.) -OUTDIR = Build +OUTDIR = ..\..\build\flight\ahrs # Target file name (without extension). TARGET = AHRS @@ -89,7 +89,7 @@ OPSYSINC = $(OPDIR)/System/inc BOOT = ../Bootloaders/AHRS BOOTINC = $(BOOT)/inc -OPUAVSYNTHDIR = $(OUTDIR)/../uavobject-synthetics/flight +OPUAVSYNTHDIR = $(OUTDIR)/../../uavobject-synthetics/flight # List C source files here. (C dependencies are automatically generated.) # use file-extension c for "c-only"-files diff --git a/flight/OpenPilot/Makefile b/flight/OpenPilot/Makefile index 75bd49aca..d6efa252a 100644 --- a/flight/OpenPilot/Makefile +++ b/flight/OpenPilot/Makefile @@ -81,7 +81,7 @@ BOOT_MODEL = $(MODEL)_NB endif # Directory for output files (lst, obj, dep, elf, sym, map, hex, bin etc.) -OUTDIR = Build +OUTDIR = ..\..\build\flight\openpilot # Target file name (without extension). TARGET = OpenPilot @@ -130,7 +130,7 @@ PYMITEINC += $(OUTDIR) FLIGHTPLANLIB = $(OPMODULEDIR)/FlightPlan/lib FLIGHTPLANS = $(OPMODULEDIR)/FlightPlan/flightplans -OPUAVSYNTHDIR = $(OUTDIR)/../uavobject-synthetics/flight +OPUAVSYNTHDIR = $(OUTDIR)/../../uavobject-synthetics/flight # List C source files here. (C dependencies are automatically generated.) # use file-extension c for "c-only"-files