aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile b/src/Makefile
index d9f3e9e..d8d8b00 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -25,9 +25,9 @@ SRC = \
jtag_scan.c \
jtagtap.c \
lmi.c \
+ lpc11xx.c \
lpc43xx.c \
main.c \
- nxp_tgt.c \
platform.c \
sam3x.c \
stm32f1.c \
@@ -46,8 +46,8 @@ blackmagic: $(OBJ)
.PHONY: clean host_clean
clean: host_clean
- $(RM) *.o *.d *~ blackmagic $(HOSTFILES)
- $(RM) platforms/*/*.o platforms/*/*.d mapfile
+ -$(RM) *.o *.d *~ blackmagic $(HOSTFILES)
+ -$(RM) platforms/*/*.o platforms/*/*.d mapfile
-include *.d