1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-01 09:24:10 +01:00

Updated Makefile for moved Modules directory.

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@237 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
gussy 2010-03-04 06:00:28 +00:00 committed by gussy
parent ac1a73800b
commit e02d572fb9

View File

@ -70,7 +70,8 @@ OPUAVOBJ = ./UAVObjects
OPUAVOBJINC = $(OPUAVOBJ)/inc
OPSETTINGS = ./Settings
OPSETTINGSINC = $(OPSETTINGS)/inc
MODTELEMETRY = ../Modules/Telemetry
OPMODULEDIR = ./Modules
MODTELEMETRY = $(OPMODULEDIR)/Telemetry
MODTELEMETRYINC = $(MODTELEMETRY)/inc
PIOS = ../PiOS
PIOSINC = $(PIOS)/inc