ardupilot/mk/board_px4.mk
Andrew Tridgell ded192be3f build: split up the build system to allow for better board support
this will make it easier to support boards like the VRBrain
2013-02-21 16:48:49 +11:00

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