fix ahrs_int_cmpl_euler subsystem makefile for rotorcrafts

This commit is contained in:
Felix Ruess
2011-10-17 16:27:22 +02:00
parent 59b95dd3fa
commit 73c00f39cd
2 changed files with 5 additions and 2 deletions
@@ -13,3 +13,8 @@ AHRS_SRCS += subsystems/ahrs.c
AHRS_SRCS += subsystems/ahrs/ahrs_int_cmpl_euler.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.srcs += $(AHRS_SRCS)