mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-04 15:08:28 -04:00
ded192be3f
this will make it easier to support boards like the VRBrain
7 lines
121 B
Makefile
7 lines
121 B
Makefile
# PX4 specific build support
|
|
ifeq ($(APPDIR),)
|
|
include $(MK_DIR)/px4_targets.mk
|
|
else
|
|
include $(MK_DIR)/px4_core.mk
|
|
endif
|