removed ().TARGET and ().TARGETDIR as it is never used

This commit is contained in:
Felix Ruess
2010-09-15 23:43:45 +00:00
parent f880811879
commit d9936c8243
52 changed files with 1 additions and 348 deletions
-2
View File
@@ -7,8 +7,6 @@ ARCHI=avr
main.ARCHDIR=$(ARCHI)
main.ARCH = atmega8
main.TARGET = main
main.TARGETDIR = main
# to check : 16MHz reso
main.LOW_FUSE = 2e
-2
View File
@@ -14,8 +14,6 @@ FLASH_MODE = IAP
#
example_gps.ARCHDIR = $(ARCHI)
example_gps.ARCH = arm7tdmi
example_gps.TARGET = example_gps
example_gps.TARGETDIR = example_gps
example_gps.CFLAGS += -DBOARD_CONFIG=\"conf_demo.h\"
example_gps.srcs = example/example_gps.c
-2
View File
@@ -249,8 +249,6 @@ ap.srcs += snav.c
# Config for SITL simulation
sim.ARCHDIR = $(ARCHI)
sim.ARCH = sitl
sim.TARGET = autopilot
sim.TARGETDIR = autopilot
sim.CFLAGS += -DSITL -DAP -DFBW -DRADIO_CONTROL -DINTER_MCU -DDOWNLINK -DDOWNLINK_TRANSPORT=IvyTransport -DINFRARED -DNAV -DLED -DWIND_INFO
sim.srcs = latlong.c radio_control.c downlink.c commands.c gps.c inter_mcu.c infrared.c fw_h_ctl_a.c fw_v_ctl.c nav.c estimator.c sys_time.c main_fbw.c main_ap.c datalink.c $(SRC_ARCH)/ppm_hw.c $(SRC_ARCH)/sim_gps.c $(SRC_ARCH)/sim_ir.c $(SRC_ARCH)/sim_ap.c $(SRC_ARCH)/ivy_transport.c $(SRC_ARCH)/sim_adc_generic.c $(SRC_ARCH)/led_hw.c
-2
View File
@@ -225,8 +225,6 @@ include $(PAPARAZZI_SRC)/conf/autopilot/tiny.makefile
SIM_TYPE = JSBSIM
sim.ARCHDIR = $(ARCHI)
sim.ARCH = sitl
sim.TARGET = sim
sim.TARGETDIR = sim
sim.CFLAGS += -I$(SIMDIR) -I/home/cocoleon/usr/include/JSBSim -I/usr/include
sim.CFLAGS += `pkg-config glib-2.0 --cflags`
-2
View File
@@ -8,8 +8,6 @@ FLASH_MODE = IAP
timu.ARCHDIR = $(ARCHI)
timu.ARCH = arm7tdmi
timu.TARGET = timu
timu.TARGETDIR = timu
timu.CFLAGS += -DBOARD_CONFIG=\"tiny_2_0.h\" -DPERIODIC_TASK_PERIOD='SYS_TICS_OF_SEC(1e-1)'
timu.srcs = nova_test_imu.c sys_time.c $(SRC_ARCH)/sys_time_hw.c $(SRC_ARCH)/armVIC.c
-6
View File
@@ -83,8 +83,6 @@ FLASH_MODE = IAP
ap.ARCHDIR = $(ARCHI)
ap.ARCH = arm7tdmi
ap.TARGET = flt
ap.TARGETDIR = flt
ap.CFLAGS += -DBOARD_CONFIG=\"tiny_1_1.h\" -DPERIODIC_TASK_PERIOD='SYS_TICS_OF_SEC(16.666e-3)' -I$(TL)
ap.srcs = $(TL)/tl_main.c sys_time.c $(SRC_ARCH)/sys_time_hw.c $(SRC_ARCH)/armVIC.c
@@ -133,8 +131,6 @@ ap.srcs += common_nav.c $(TL)/tl_nav.c
tmm.ARCHDIR = $(ARCHI)
tmm.ARCH = arm7tdmi
tmm.TARGET = tmm
tmm.TARGETDIR = tmm
tmm.CFLAGS += -DBOARD_CONFIG=\"tiny_1_1.h\" -DPERIODIC_TASK_PERIOD='SYS_TICS_OF_SEC(16.666e-3)'
tmm.srcs = $(TL)/tl_test_mm_main.c sys_time.c $(SRC_ARCH)/sys_time_hw.c $(SRC_ARCH)/armVIC.c
@@ -151,8 +147,6 @@ tmm.srcs += micromag.c $(SRC_ARCH)/micromag_hw.c
timu.ARCHDIR = $(ARCHI)
timu.ARCH = arm7tdmi
timu.TARGET = timu
timu.TARGETDIR = timu
timu.CFLAGS += -DBOARD_CONFIG=\"tiny_1_1.h\" -DPERIODIC_TASK_PERIOD='SYS_TICS_OF_SEC(16.666e-3)'
timu.srcs = $(TL)/tl_test_imu_main.c sys_time.c $(SRC_ARCH)/sys_time_hw.c $(SRC_ARCH)/armVIC.c
-2
View File
@@ -249,8 +249,6 @@ ap.srcs += snav.c
# include $(PAPARAZZI_SRC)/conf/autopilot/sitl.makefile
sim.ARCHDIR = $(ARCHI)
sim.ARCH = sitl
sim.TARGET = autopilot
sim.TARGETDIR = autopilot
sim.CFLAGS += -DSITL -DAP -DFBW -DRADIO_CONTROL -DINTER_MCU -DDOWNLINK -DDOWNLINK_TRANSPORT=IvyTransport -DINFRARED -DNAV -DLED -DWIND_INFO
sim.srcs = latlong.c radio_control.c downlink.c commands.c gps.c inter_mcu.c infrared.c fw_h_ctl_a.c fw_v_ctl.c nav.c estimator.c sys_time.c main_fbw.c main_ap.c datalink.c $(SRC_ARCH)/ppm_hw.c $(SRC_ARCH)/sim_gps.c $(SRC_ARCH)/sim_ir.c $(SRC_ARCH)/sim_ap.c $(SRC_ARCH)/ivy_transport.c $(SRC_ARCH)/sim_adc_generic.c $(SRC_ARCH)/led_hw.c
-2
View File
@@ -280,8 +280,6 @@ sim.srcs += nav_line.c nav_survey_rectangle.c
# a test program to setup actuators
setup_actuators.ARCHDIR = $(ARCHI)
setup_actuators.ARCH = arm7tdmi
setup_actuators.TARGET = setup_actuators
setup_actuators.TARGETDIR = setup_actuators
setup_actuators.CFLAGS += -DFBW -DBOARD_CONFIG=\"tiny.h\" -DLED -DTIME_LED=1 -DACTUATORS=\"servos_4015_hw.h\" -DSERVOS_4015 -DUSE_UART0 -DUART0_BAUD=B9600 -DDATALINK=PPRZ -DPPRZ_UART=Uart0
setup_actuators.srcs += sys_time.c $(SRC_ARCH)/sys_time_hw.c $(SRC_ARCH)/armVIC.c pprz_transport.c setup_actuators.c $(SRC_ARCH)/uart_hw.c $(SRC_ARCH)/servos_4015_hw.c main.c