mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-20 10:54:14 +01:00
rename: move UAVObjects and UAVTalk directories under targets
This commit is contained in:
parent
e55519b1e2
commit
f500ac1e23
4
Makefile
4
Makefile
@ -424,8 +424,8 @@ uavo-collections_clean:
|
||||
PIOS := $(ROOT_DIR)/flight/PiOS
|
||||
FLIGHTLIB := $(ROOT_DIR)/flight/Libraries
|
||||
OPMODULEDIR := $(ROOT_DIR)/flight/Modules
|
||||
OPUAVOBJ := $(ROOT_DIR)/flight/UAVObjects
|
||||
OPUAVTALK := $(ROOT_DIR)/flight/UAVTalk
|
||||
OPUAVOBJ := $(ROOT_DIR)/flight/targets/UAVObjects
|
||||
OPUAVTALK := $(ROOT_DIR)/flight/targets/UAVTalk
|
||||
HWDEFS := $(ROOT_DIR)/flight/targets/board_hw_defs
|
||||
DOXYGENDIR := $(ROOT_DIR)/flight/Doc/Doxygen
|
||||
OPUAVSYNTHDIR := $(BUILD_DIR)/uavobject-synthetics/flight
|
||||
|
@ -35,7 +35,7 @@ bool UAVObjectGeneratorFlight::generate(UAVObjectParser* parser,QString template
|
||||
|
||||
QString flightObjInit,objInc,objFileNames,objNames;
|
||||
qint32 sizeCalc;
|
||||
flightCodePath = QDir( templatepath + QString("flight/UAVObjects"));
|
||||
flightCodePath = QDir( templatepath + QString("flight/targets/UAVObjects"));
|
||||
flightOutputPath = QDir( outputpath + QString("flight") );
|
||||
flightOutputPath.mkpath(flightOutputPath.absolutePath());
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user