aboutsummaryrefslogtreecommitdiff
path: root/src/modules/systemlib/mixer/module.mk
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/systemlib/mixer/module.mk
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/systemlib/mixer/module.mk')
-rw-r--r--src/modules/systemlib/mixer/module.mk8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/modules/systemlib/mixer/module.mk b/src/modules/systemlib/mixer/module.mk
index 5e818ff03..7ec77cd2f 100644
--- a/src/modules/systemlib/mixer/module.mk
+++ b/src/modules/systemlib/mixer/module.mk
@@ -43,10 +43,4 @@ SRCS = mixer.cpp \
mixer_simple.cpp \
mixer_load.c
-SELF_DIR := $(dir $(lastword $(MAKEFILE_LIST)))
-
-# Add explicit dependency, as implicit one doesn't work often.
-$(SELF_DIR)mixer_multirotor.cpp : $(SELF_DIR)mixer_multirotor.generated.h
-
-$(SELF_DIR)mixer_multirotor.generated.h : $(SELF_DIR)multi_tables
- $(SELF_DIR)multi_tables> $(SELF_DIR)mixer_multirotor.generated.h
+include multi_tables.mk