From fef8cca5b69990dac205cb9a1d42cec62707cb11 Mon Sep 17 00:00:00 2001 From: peabody124 Date: Mon, 27 Sep 2010 07:28:48 +0000 Subject: [PATCH] Flight/Posix: Get compiling again (sorry Corvus, I think I messed up your change earlier) git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@1778 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 b8b66d9cc..4b2d8d7a7 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 Navigation Guidance ManualControl +MODULES = Telemetry Stabilization/experimental/Stabilization Guidance ManualControl #MODULES = Telemetry GPS ManualControl Actuator Altitude Attitude Stabilization #MODULES = Telemetry Example #MODULES = Telemetry MK/MKSerial @@ -149,9 +149,6 @@ SRC += $(OPUAVOBJ)/stabilizationsettings.c SRC += $(OPUAVOBJ)/ahrsstatus.c SRC += $(OPUAVOBJ)/baroaltitude.c SRC += $(OPUAVOBJ)/attitudeactual.c -SRC += $(OPUAVOBJ)/flightsituationactual.c -SRC += $(OPUAVOBJ)/navigationsettings.c -SRC += $(OPUAVOBJ)/navigationdesired.c SRC += $(OPUAVOBJ)/flightbatterystate.c SRC += $(OPUAVOBJ)/attituderaw.c SRC += $(OPUAVOBJ)/homelocation.c