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:
parent
ac1a73800b
commit
e02d572fb9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user