From 1aa6a206db0aafe46cb769dc0b4bfb5c2afcb079 Mon Sep 17 00:00:00 2001 From: corvus Date: Sun, 19 Dec 2010 11:29:24 +0000 Subject: [PATCH] Sim_Posix: Updated Makefile to include some recently changed/new UAVObjects git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@2253 ebee16cc-31ac-478f-84a7-5cbb03baadba --- flight/OpenPilot/Makefile.posix | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/flight/OpenPilot/Makefile.posix b/flight/OpenPilot/Makefile.posix index c4c45c72d..5534b971f 100644 --- a/flight/OpenPilot/Makefile.posix +++ b/flight/OpenPilot/Makefile.posix @@ -130,6 +130,8 @@ ifndef TESTAPP SRC += $(OPUAVOBJ)/objectpersistence.c SRC += $(OPUAVOBJ)/positionactual.c SRC += $(OPUAVOBJ)/gpsposition.c +SRC += $(OPUAVOBJ)/gpstime.c +SRC += $(OPUAVOBJ)/gpssatellites.c SRC += $(OPUAVOBJ)/gcstelemetrystats.c SRC += $(OPUAVOBJ)/flighttelemetrystats.c SRC += $(OPUAVOBJ)/systemstats.c @@ -144,15 +146,14 @@ SRC += $(OPUAVOBJ)/manualcontrolsettings.c SRC += $(OPUAVOBJ)/attitudedesired.c SRC += $(OPUAVOBJ)/stabilizationsettings.c SRC += $(OPUAVOBJ)/ahrsstatus.c +SRC += $(OPUAVOBJ)/i2cstats.c SRC += $(OPUAVOBJ)/baroaltitude.c +SRC += $(OPUAVOBJ)/ahrscalibration.c SRC += $(OPUAVOBJ)/attitudeactual.c +SRC += $(OPUAVOBJ)/ahrssettings.c SRC += $(OPUAVOBJ)/flightbatterystate.c SRC += $(OPUAVOBJ)/attituderaw.c SRC += $(OPUAVOBJ)/homelocation.c -SRC += $(OPUAVOBJ)/ahrscalibration.c -SRC += $(OPUAVOBJ)/ahrssettings.c -SRC += $(OPUAVOBJ)/gpstime.c -SRC += $(OPUAVOBJ)/gpssatellites.c SRC += $(OPUAVOBJ)/mixersettings.c SRC += $(OPUAVOBJ)/mixerstatus.c SRC += $(OPUAVOBJ)/positiondesired.c @@ -161,6 +162,8 @@ SRC += $(OPUAVOBJ)/velocityactual.c SRC += $(OPUAVOBJ)/guidancesettings.c SRC += $(OPUAVOBJ)/firmwareiapobj.c SRC += $(OPUAVOBJ)/ratedesired.c +SRC += $(OPUAVOBJ)/pipxtrememodemsettings.c +SRC += $(OPUAVOBJ)/pipxtrememodemstatus.c endif ## PIOS Hardware (posix)