aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorGareth McMullin2012-11-03 21:33:28 +1300
committerGareth McMullin2012-11-03 21:33:28 +1300
commite1c1162a1a666387133780efa31935e5b6dcc5c7 (patch)
treeba1f9445dd10fea1fa6242cf80b0dd7a082158ef /src/Makefile
parentf526a82773abdb7c4d4c2122758d6adbc8a9519e (diff)
Recognise LPC43xx dual core devices.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile32
1 files changed, 17 insertions, 15 deletions
diff --git a/src/Makefile b/src/Makefile
index a63d0b0..6699191 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -10,28 +10,30 @@ CFLAGS += -Wall -Wextra -Wno-pointer-sign -Wno-char-subscripts\
-I. -Iinclude -I$(PLATFORM_DIR) \
-DVERSION_SUFFIX=\"`../scripts/setlocalversion`\" -MD
-SRC = gdb_if.c \
- gdb_packet.c \
- gdb_main.c \
- hex_utils.c \
- jtagtap.c \
- swdptap.c \
+SRC = \
adiv5.c \
+ adiv5_jtagdp.c \
adiv5_swdp.c \
- cortexm.c \
- stm32f1.c \
- nxp_tgt.c \
- main.c \
- platform.c \
+ arm7tdmi.c \
command.c \
+ cortexm.c \
+ crc32.c \
+ gdb_if.c \
+ gdb_main.c \
+ gdb_packet.c \
+ hex_utils.c \
jtag_scan.c \
- adiv5_jtagdp.c \
+ jtagtap.c \
lmi.c \
- arm7tdmi.c \
+ lpc43xx.c \
+ main.c \
+ nxp_tgt.c \
+ platform.c \
+ sam3x.c \
+ stm32f1.c \
stm32f4.c \
stm32l1.c \
- crc32.c \
- sam3x.c \
+ swdptap.c \
target.c \
include $(PLATFORM_DIR)/Makefile.inc