From 3d2f78ae9ac775dcddad31ab7f5f208c3727a17b Mon Sep 17 00:00:00 2001 From: pip Date: Thu, 20 Jan 2011 23:01:20 +0000 Subject: [PATCH] Removed pipx entries git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@2498 ebee16cc-31ac-478f-84a7-5cbb03baadba --- flight/OpenPilot/Makefile | 2 -- flight/OpenPilot/Makefile.posix | 2 -- flight/OpenPilot/Makefile.win32 | 2 -- 3 files changed, 6 deletions(-) diff --git a/flight/OpenPilot/Makefile b/flight/OpenPilot/Makefile index 767f74bf3..f2078cb14 100644 --- a/flight/OpenPilot/Makefile +++ b/flight/OpenPilot/Makefile @@ -203,8 +203,6 @@ SRC += $(OPUAVOBJ)/velocityactual.c SRC += $(OPUAVOBJ)/guidancesettings.c SRC += $(OPUAVOBJ)/firmwareiapobj.c SRC += $(OPUAVOBJ)/ratedesired.c -SRC += $(OPUAVOBJ)/pipxtrememodemsettings.c -SRC += $(OPUAVOBJ)/pipxtrememodemstatus.c SRC += $(OPUAVOBJ)/batterysettings.c SRC += $(OPUAVOBJ)/flightplancontrol.c SRC += $(OPUAVOBJ)/flightplanstatus.c diff --git a/flight/OpenPilot/Makefile.posix b/flight/OpenPilot/Makefile.posix index 5596d0441..8c21cd895 100644 --- a/flight/OpenPilot/Makefile.posix +++ b/flight/OpenPilot/Makefile.posix @@ -178,8 +178,6 @@ SRC += $(OPUAVOBJ)/velocityactual.c SRC += $(OPUAVOBJ)/guidancesettings.c SRC += $(OPUAVOBJ)/firmwareiapobj.c SRC += $(OPUAVOBJ)/ratedesired.c -SRC += $(OPUAVOBJ)/pipxtrememodemsettings.c -SRC += $(OPUAVOBJ)/pipxtrememodemstatus.c SRC += $(OPUAVOBJ)/batterysettings.c SRC += $(OPUAVOBJ)/flightplancontrol.c SRC += $(OPUAVOBJ)/flightplanstatus.c diff --git a/flight/OpenPilot/Makefile.win32 b/flight/OpenPilot/Makefile.win32 index ced16eea5..c018bd92f 100644 --- a/flight/OpenPilot/Makefile.win32 +++ b/flight/OpenPilot/Makefile.win32 @@ -175,8 +175,6 @@ SRC += $(OPUAVOBJ)/velocityactual.c SRC += $(OPUAVOBJ)/guidancesettings.c SRC += $(OPUAVOBJ)/firmwareiapobj.c SRC += $(OPUAVOBJ)/ratedesired.c -SRC += $(OPUAVOBJ)/pipxtrememodemsettings.c -SRC += $(OPUAVOBJ)/pipxtrememodemstatus.c SRC += $(OPUAVOBJ)/batterysettings.c SRC += $(OPUAVOBJ)/flightplancontrol.c SRC += $(OPUAVOBJ)/flightplanstatus.c