Skip to content

Commit

Permalink
Remove all of target/
Browse files Browse the repository at this point in the history
  • Loading branch information
satoshinm committed Dec 24, 2017
1 parent 6f8e544 commit 2a8ca43
Show file tree
Hide file tree
Showing 20 changed files with 1 addition and 1,220 deletions.
3 changes: 1 addition & 2 deletions src/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PROBE_HOST ?= stlink
PLATFORM_DIR = platforms/$(PROBE_HOST)
VPATH += $(PLATFORM_DIR) platforms/common target
VPATH += $(PLATFORM_DIR) platforms/common
ENABLE_DEBUG ?=

ifneq ($(V), 1)
Expand All @@ -24,7 +24,6 @@ SRC = \
hex_utils.c \
main.c \
platform.c \
target.c \

include $(PLATFORM_DIR)/Makefile.inc

Expand Down
42 changes: 0 additions & 42 deletions src/target/flashstub/Makefile

This file was deleted.

13 changes: 0 additions & 13 deletions src/target/flashstub/README.md

This file was deleted.

68 changes: 0 additions & 68 deletions src/target/flashstub/efm32.c

This file was deleted.

41 changes: 0 additions & 41 deletions src/target/flashstub/efm32.stub

This file was deleted.

49 changes: 0 additions & 49 deletions src/target/flashstub/lmi.c

This file was deleted.

1 change: 0 additions & 1 deletion src/target/flashstub/lmi.stub

This file was deleted.

37 changes: 0 additions & 37 deletions src/target/flashstub/nrf51.c

This file was deleted.

1 change: 0 additions & 1 deletion src/target/flashstub/nrf51.stub

This file was deleted.

40 changes: 0 additions & 40 deletions src/target/flashstub/stm32f1.c

This file was deleted.

1 change: 0 additions & 1 deletion src/target/flashstub/stm32f1.stub

This file was deleted.

41 changes: 0 additions & 41 deletions src/target/flashstub/stm32f4_x32.c

This file was deleted.

1 change: 0 additions & 1 deletion src/target/flashstub/stm32f4_x32.stub

This file was deleted.

Loading

0 comments on commit 2a8ca43

Please sign in to comment.