From aefd2ce813ced44964247ba556a09e3f7e9d8e45 Mon Sep 17 00:00:00 2001 From: Felix Ruess Date: Wed, 19 Sep 2012 19:22:11 +0200 Subject: [PATCH] [conf] ups, forgot to add the ins_alt_float subsystem makefile --- conf/firmwares/subsystems/fixedwing/ins_alt_float.makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 conf/firmwares/subsystems/fixedwing/ins_alt_float.makefile diff --git a/conf/firmwares/subsystems/fixedwing/ins_alt_float.makefile b/conf/firmwares/subsystems/fixedwing/ins_alt_float.makefile new file mode 100644 index 0000000000..f89e761b65 --- /dev/null +++ b/conf/firmwares/subsystems/fixedwing/ins_alt_float.makefile @@ -0,0 +1,6 @@ +# Hey Emacs, this is a -*- makefile -*- + +ap_CFLAGS += -DUSE_INS +ap_CFLAGS += -DINS_TYPE_H=\"subsystems/ins/ins_alt_float.h\" +ap_srcs += $(SRC_FIXEDWING)/subsystems/ins.c +ap_srcs += $(SRC_FIXEDWING)/subsystems/ins/ins_alt_float.c