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
@@ -11,8 +11,6 @@
ARCHI=avr
ant.ARCHDIR = $(ARCHI)
ant.ARCH = atmega128
ant.TARGET = ant
ant.TARGETDIR = ant
# 16MHz resonator
-2
View File
@@ -13,8 +13,6 @@ include $(PAPARAZZI_SRC)/conf/autopilot/booz2_common.makefile
test_usb.ARCHDIR = $(ARCHI)
test_usb.ARCH = arm7tdmi
test_usb.TARGET = test_usb
test_usb.TARGETDIR = test_usb
test_usb.CFLAGS += -DBOARD_CONFIG=$(BOARD_CFG) $(BOOZ_CFLAGS)
test_usb.srcs += $(SRC_BOOZ_TEST)/atpt_main.c
-4
View File
@@ -102,8 +102,6 @@ SRC_LISA_ARCH=$(SRC_LISA)/arch/$(ARCH)
main_stm32.ARCHDIR = stm32
#main_stm32.LDSCRIPT = $(SRC_ARCH)/stm32f103re_flash.ld
main_stm32.TARGET = main_stm32
main_stm32.TARGETDIR = main_stm32
main_stm32.CFLAGS += -I$(SRC_LISA) -I$(SRC_BOOZ) -I$(SRC_BOOZ_ARCH) -I$(SRC_LISA_ARCH) -DPERIPHERALS_AUTO_INIT
main_stm32.CFLAGS += -DBOARD_CONFIG=\"boards/lisa_l_1.0.h\"
main_stm32.srcs = $(SRC_BETH)/main_stm32.c \
@@ -177,8 +175,6 @@ main_coders.OOCD_BOARD = olimex_stm32_h103
#main_coders.CFLAGS += -DBOARD_CONFIG=\"boards/olimex_stm32-h103.h\"
main_coders.CFLAGS += -DBOARD_CONFIG=\"boards/beth.h\"
main_coders.TARGET = main_coders
main_coders.TARGETDIR = main_coders
main_coders.CFLAGS += -I$(SRC_LISA) -I$(SRC_BOOZ) -I$(SRC_BOOZ_ARCH) -DPERIPHERALS_AUTO_INIT
main_coders.srcs = $(SRC_BETH)/main_coders.c \
$(SRC_ARCH)/stm32_exceptions.c \
-2
View File
@@ -7,8 +7,6 @@ ARCHI=avr
main.ARCHDIR=$(ARCHI)
main.ARCH = atmega128
main.TARGET = main
main.TARGETDIR = main
# internal RC 8MHz
LOW_FUSE = e4
-6
View File
@@ -10,8 +10,6 @@ MB=motor_bench
main.ARCHDIR = $(ARCHI)
main.ARCH = arm7tdmi
main.TARGET = mb
main.TARGETDIR = mb
main.CFLAGS += -DBOARD_CONFIG=\"conf_motor_bench.h\" -I$(MB)
main.srcs = $(MB)/main_motor_bench.c
@@ -57,8 +55,6 @@ main.srcs += $(MB)/mb_modes.c
foo.ARCHDIR = $(ARCHI)
foo.ARCH = arm7tdmi
foo.TARGET = mb
foo.TARGETDIR = mb
foo.CFLAGS += -DBOARD_CONFIG=\"conf_motor_bench.h\" -I$(MB)
foo.srcs = $(MB)/main_foo.c
@@ -79,8 +75,6 @@ foo.srcs += i2c.c $(SRC_ARCH)/i2c_hw.c $(MB)/mb_twi_controller_asctech.c
bar.ARCHDIR = $(ARCHI)
bar.ARCH = arm7tdmi
bar.TARGET = mb
bar.TARGETDIR = mb
bar.CFLAGS += -DBOARD_CONFIG=\"conf_motor_bench.h\" -I$(MB)
bar.srcs = $(MB)/main_bar.c
-4
View File
@@ -10,8 +10,6 @@
tunnel.ARCHDIR = $(ARCHI)
tunnel.ARCH = arm7tdmi
tunnel.TARGET = tunnel
tunnel.TARGETDIR = tunnel
tunnel.CFLAGS += -DFBW -DBOARD_CONFIG=\"conf_demo.h\" -DLED -DTIME_LED=1
tunnel.srcs += $(SRC_ARCH)/uart_tunnel.c
@@ -23,8 +21,6 @@ PT_ANT = antenna
main.ARCHDIR = $(ARCHI)
main.ARCH = arm7tdmi
main.TARGET = main
main.TARGETDIR = main
main.CFLAGS += -DBOARD_CONFIG=\"conf_demo.h\" -I$(PT_ANT)
main.srcs = $(PT_ANT)/pt_ant_main.c
-2
View File
@@ -10,8 +10,6 @@ MB=motor_bench
main.ARCHDIR = $(ARCHI)
main.ARCH = arm7tdmi
main.TARGET = main
main.TARGETDIR = main
main.CFLAGS += -DBOARD_CONFIG=\"boards/olimex_lpc_h2148.h\" -I$(MB)
main.CFLAGS += -DPERIPHERALS_AUTO_INIT