aboutsummaryrefslogtreecommitdiff
path: root/src/modules/px4iofirmware
diff options
context:
space:
mode:
authorAnton Matosov <anton.matosov@gmail.com>2015-01-05 12:37:05 +0200
committerAnton Matosov <anton.matosov@gmail.com>2015-01-05 12:37:05 +0200
commit1bc6c44a0e30059620bc5fec85c5d096cd911df0 (patch)
tree731b2d847405d1f2fcfdd0f6732d7b11aa15ad27 /src/modules/px4iofirmware
parent21b45ae86b1525e052ea9b37e78c960498a95c72 (diff)
downloadpx4-firmware-1bc6c44a0e30059620bc5fec85c5d096cd911df0.tar.gz
px4-firmware-1bc6c44a0e30059620bc5fec85c5d096cd911df0.tar.bz2
px4-firmware-1bc6c44a0e30059620bc5fec85c5d096cd911df0.zip
Fixed compilation of tests target in clean checkout
Moved mixer_multirotor.generated.h generation to the standalone makefile to prevent copypaste
Diffstat (limited to 'src/modules/px4iofirmware')
-rw-r--r--src/modules/px4iofirmware/module.mk8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/modules/px4iofirmware/module.mk b/src/modules/px4iofirmware/module.mk
index bfcbaa9f8..cc3de09e9 100644
--- a/src/modules/px4iofirmware/module.mk
+++ b/src/modules/px4iofirmware/module.mk
@@ -24,12 +24,6 @@ SRCS += serial.c \
../systemlib/hx_stream.c
endif
-SELF_DIR := $(dir $(lastword $(MAKEFILE_LIST)))
-MIXER_DIR:=$(SELF_DIR)../systemlib/mixer/
-# Add explicit dependency, as implicit one doesn't work often.
-$(MIXER_DIR)mixer_multirotor.cpp : $(MIXER_DIR)mixer_multirotor.generated.h
-
-$(MIXER_DIR)mixer_multirotor.generated.h : $(MIXER_DIR)multi_tables
- $(MIXER_DIR)multi_tables > $(MIXER_DIR)mixer_multirotor.generated.h
+include ../systemlib/mixer/multi_tables.mk
\ No newline at end of file