Fix OOCD_BOARD so I can connect to BETH board (olimex header board).

This commit is contained in:
Paul Cox
2010-08-20 08:59:02 +00:00
parent bec4a8a2e1
commit cb853bd8a0
+6 -2
View File
@@ -58,9 +58,13 @@ else
OOCD_INTERFACE = $($(TARGET).OOCD_INTERFACE)
endif
OOCD_BOARD = lisa-l
ifndef $(TARGET).OOCD_BOARD
OOCD_BOARD = lisa-l
else
OOCD_BOARD = $($(TARGET).OOCD_BOARD)
endif
# inpput files
# input files
SRCS = $($(TARGET).srcs)
#ASRC =