mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-05 15:38:29 -04:00
13 lines
289 B
Makefile
13 lines
289 B
Makefile
#
|
|
# Makefile for the px4fmu-v2_APM configuration
|
|
#
|
|
include $(SKETCHBOOK)/mk/PX4/px4_common.mk
|
|
|
|
MODULES += drivers/boards/px4fmu-v2
|
|
|
|
ifneq ($(wildcard $(SKETCHBOOK)/../uavcan),)
|
|
MODULES += modules/uavcan
|
|
MODULES += lib/mathlib
|
|
#LIBRARIES += lib/mathlib/CMSIS
|
|
endif
|