This commit is contained in:
Mark Griffin
2010-08-31 16:37:32 +00:00
parent 2df95597dc
commit 9ac96cef85
3 changed files with 17 additions and 4 deletions
@@ -1,6 +1,6 @@
# EagleTree sensors (altimeter and airspeed)
ap.CFLAGS += -DUSE_AIRSPEED_ETS -DUSE_AIRSPEED -DUSE_BARO_ETS -DUSE_I2C0
ap.srcs += airspeed.c airspeed_ets.c baro_ets.c i2c.c $(SRC_ARCH)/i2c_hw.c
ap.CFLAGS += -DUSE_AIRSPEED_ETS -DUSE_AIRSPEED -DUSE_I2C0
ap.srcs += airspeed.c airspeed_ets.c i2c.c $(SRC_ARCH)/i2c_hw.c
sim.CFLAGS += -DUSE_AIRSPEED_ETS -DUSE_AIRSPEED -DUSE_BARO_ETS -DUSE_I2C0
sim.srcs += airspeed.c airspeed_ets.c baro_ets.c i2c.c $(SRC_ARCH)/i2c_hw.c
sim.CFLAGS += -DUSE_AIRSPEED_ETS -DUSE_AIRSPEED -DUSE_I2C0
sim.srcs += airspeed.c airspeed_ets.c i2c.c $(SRC_ARCH)/i2c_hw.c
@@ -0,0 +1,6 @@
# EagleTree sensors (altimeter and airspeed)
ap.CFLAGS += -DUSE_BARO_ETS -DUSE_I2C0
ap.srcs += baro_ets.c i2c.c $(SRC_ARCH)/i2c_hw.c
sim.CFLAGS += -DUSE_BARO_ETS -DUSE_I2C0
sim.srcs += baro_ets.c i2c.c $(SRC_ARCH)/i2c_hw.c
@@ -0,0 +1,7 @@
# standard and extra fixed wing navigation
#add these to all targets
$(TARGET).srcs += $(SRC_FIXEDWING)/bomb.c