1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-29 14:52:12 +01:00

[OP-775] Provide options to enable DSP library when needed

This commit is contained in:
Oleg Semyonov 2012-12-30 21:37:35 +02:00
parent 95f16e25c4
commit c18cba4dda
3 changed files with 9 additions and 0 deletions

View File

@ -110,6 +110,9 @@ MODULES = Attitude Stabilization Actuator ManualControl FirmwareIAP
# Telemetry must be last to grab the optional modules (why?)
MODULES += Telemetry
# Enable ARM DSP library
USE_DSP_LIB = NO
# Paths
OPSYSTEM = ./System
OPSYSTEMINC = $(OPSYSTEM)/inc

View File

@ -65,6 +65,9 @@ MODULES += Telemetry
PYMODULES =
#FlightPlan
# Enable ARM DSP library
USE_DSP_LIB = NO
# Paths
OPSYSTEM = ./System
OPSYSTEMINC = $(OPSYSTEM)/inc

View File

@ -87,6 +87,9 @@ MODULES += Telemetry
PYMODULES =
#FlightPlan
# Enable ARM DSP library
USE_DSP_LIB = NO
# Paths
OPSYSTEM = ./System
OPSYSTEMINC = $(OPSYSTEM)/inc