Browse Source

Revising ardupilot.com to .org

Revising ardupilot.com to .org
master
Luis Vale Gonçalves 9 years ago committed by Tom Pittenger
parent
commit
ae90945836
  1. 6
      mk/px4_targets.mk

6
mk/px4_targets.mk

@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
# PX4 build is via external build system
ifneq ($(PX4_ROOT),)
$(error PX4_ROOT found in config.mk - Please see http://dev.ardupilot.com/wiki/git-submodules/)
$(error PX4_ROOT found in config.mk - Please see http://dev.ardupilot.org/wiki/git-submodules/)
endif
ifneq ($(NUTTX_SRC),)
$(error NUTTX_SRC found in config.mk - Please see http://dev.ardupilot.com/wiki/git-submodules/)
$(error NUTTX_SRC found in config.mk - Please see http://dev.ardupilot.org/wiki/git-submodules/)
endif
ifneq ($(UAVCAN_DIR),)
$(error UAVCAN_DIR found in config.mk - Please see http://dev.ardupilot.com/wiki/git-submodules/)
$(error UAVCAN_DIR found in config.mk - Please see http://dev.ardupilot.org/wiki/git-submodules/)
endif
# these can be overridden in developer.mk

Loading…
Cancel
Save