diff --git a/flight/OpenPilot/Makefile.posix b/flight/OpenPilot/Makefile.posix index 6508a30a8..e0e8ce5d9 100644 --- a/flight/OpenPilot/Makefile.posix +++ b/flight/OpenPilot/Makefile.posix @@ -149,13 +149,16 @@ SRC += $(OPUAVOBJ)/stabilizationsettings.c SRC += $(OPUAVOBJ)/ahrsstatus.c SRC += $(OPUAVOBJ)/baroaltitude.c SRC += $(OPUAVOBJ)/attitudeactual.c -SRC += $(OPUAVOBJ)/attitudesettings.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 +SRC += $(OPUAVOBJ)/ahrscalibration.c +SRC += $(OPUAVOBJ)/ahrssettings.c +SRC += $(OPUAVOBJ)/gpstime.c +SRC += $(OPUAVOBJ)/gpssatellites.c endif ## PIOS Hardware (posix)