1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-20 10:54:14 +01:00

AHRS: Make ahrs build depend on flight uavobjects

The OP<->AHRS comms code depends on the content
of a few of the uavobjects.  The AHRS build should
depend on the autogenerated uavobjects for flight.

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@2524 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
stac 2011-01-22 17:38:32 +00:00 committed by stac
parent b3b98347ec
commit 51b1b2cfc2

View File

@ -254,7 +254,7 @@ openpilot_%: uavobjects_flight
.PHONY: ahrs
ahrs: ahrs_elf
ahrs_%:
ahrs_%: uavobjects_flight
mkdir -p $(BUILD_DIR)/ahrs
$(MAKE) OUTDIR="$(BUILD_DIR)/ahrs" TCHAIN_PREFIX="$(ARM_SDK_PREFIX)" REMOVE_CMD="$(RM)" OOCD_EXE="$(OPENOCD)" -C $(ROOT_DIR)/flight/AHRS $*