forked from Archive/PX4-Autopilot
Fixed compilation
This commit is contained in:
parent
6ba0b75804
commit
3bf5dd416e
|
@ -24,6 +24,6 @@ SRCS += serial.c \
|
|||
../systemlib/hx_stream.c
|
||||
endif
|
||||
|
||||
|
||||
include ../systemlib/mixer/multi_tables.mk
|
||||
SELF_DIR := $(dir $(lastword $(MAKEFILE_LIST)))
|
||||
include $(SELF_DIR)../systemlib/mixer/multi_tables.mk
|
||||
|
|
@ -43,4 +43,5 @@ SRCS = mixer.cpp \
|
|||
mixer_simple.cpp \
|
||||
mixer_load.c
|
||||
|
||||
include multi_tables.mk
|
||||
SELF_DIR := $(dir $(lastword $(MAKEFILE_LIST)))
|
||||
include $(SELF_DIR)multi_tables.mk
|
||||
|
|
Loading…
Reference in New Issue