mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-31 20:38:27 +08:00
fix ahrs_int_cmpl_euler subsystem makefile for rotorcrafts
This commit is contained in:
@@ -13,3 +13,8 @@ AHRS_SRCS += subsystems/ahrs.c
|
|||||||
AHRS_SRCS += subsystems/ahrs/ahrs_int_cmpl_euler.c
|
AHRS_SRCS += subsystems/ahrs/ahrs_int_cmpl_euler.c
|
||||||
AHRS_SRCS += subsystems/ahrs/ahrs_aligner.c
|
AHRS_SRCS += subsystems/ahrs/ahrs_aligner.c
|
||||||
|
|
||||||
|
ap.CFLAGS += $(AHRS_CFLAGS)
|
||||||
|
ap.srcs += $(AHRS_SRCS)
|
||||||
|
|
||||||
|
sim.CFLAGS += $(AHRS_CFLAGS)
|
||||||
|
sim.srcs += $(AHRS_SRCS)
|
||||||
|
|||||||
@@ -21,5 +21,3 @@ ap.srcs += $(AHRS_SRCS)
|
|||||||
|
|
||||||
sim.CFLAGS += $(AHRS_CFLAGS)
|
sim.CFLAGS += $(AHRS_CFLAGS)
|
||||||
sim.srcs += $(AHRS_SRCS)
|
sim.srcs += $(AHRS_SRCS)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user