From 6b8aba07b14c5abce873ba3e0241cb440b85b09d Mon Sep 17 00:00:00 2001 From: darkz Date: Thu, 7 Oct 2010 02:50:12 +0000 Subject: [PATCH] Updated Makefile.posix to reflect the removal of example code git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@1907 ebee16cc-31ac-478f-84a7-5cbb03baadba --- flight/OpenPilot/Makefile.posix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/flight/OpenPilot/Makefile.posix b/flight/OpenPilot/Makefile.posix index d264151a9..125dbbea1 100644 --- a/flight/OpenPilot/Makefile.posix +++ b/flight/OpenPilot/Makefile.posix @@ -53,7 +53,7 @@ FLASH_TOOL = OPENOCD USE_THUMB_MODE = YES # List of modules to include -MODULES = Telemetry Stabilization/experimental/Stabilization Guidance ManualControl +MODULES = Telemetry Stabilization/simple/Stabilization Guidance ManualControl #MODULES = Telemetry GPS ManualControl Actuator Altitude Attitude Stabilization #MODULES = Telemetry Example #MODULES = Telemetry MK/MKSerial @@ -127,9 +127,6 @@ endif ## UAVOBJECTS ifndef TESTAPP -SRC += $(OPUAVOBJ)/exampleobject1.c -SRC += $(OPUAVOBJ)/exampleobject2.c -SRC += $(OPUAVOBJ)/examplesettings.c SRC += $(OPUAVOBJ)/objectpersistence.c SRC += $(OPUAVOBJ)/positionactual.c SRC += $(OPUAVOBJ)/gpsposition.c