ardupilot/mk/board_px4.mk

7 lines
121 B
Makefile
Raw Normal View History

# PX4 specific build support
ifeq ($(APPDIR),)
include $(MK_DIR)/px4_targets.mk
else
include $(MK_DIR)/px4_core.mk
endif