Skip to content

Commit 6a864b6

Browse files
author
Wayne Ren
committed
buildsystem: update the example makefiles
* remove duplicated files Signed-off-by: Wayne Ren <[email protected]>
1 parent ad72001 commit 6a864b6

File tree

32 files changed

+8
-40
lines changed

32 files changed

+8
-40
lines changed

example/baremetal/arc_feature/cache/makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ COMMON_COMPILE_PREREQUISITES += makefile
2020

2121
### Options above must be added before include options.mk ###
2222
# include key embARC build system makefile
23-
override EMBARC_ROOT := $(strip $(subst \,/,$(EMBARC_ROOT)))
2423
include $(EMBARC_ROOT)/options/options.mk
2524

2625

example/baremetal/arc_feature/timer_interrupt/makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,4 @@ COMMON_COMPILE_PREREQUISITES += makefile
2525

2626
### Options above must be added before include options.mk ###
2727
# include key embARC build system makefile
28-
override EMBARC_ROOT := $(strip $(subst \,/,$(EMBARC_ROOT)))
2928
include $(EMBARC_ROOT)/options/options.mk

example/baremetal/arc_feature/udma/makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,4 @@ COMMON_COMPILE_PREREQUISITES += makefile
2626

2727
### Options above must be added before include options.mk ###
2828
# include key embARC build system makefile
29-
override EMBARC_ROOT := $(strip $(subst \,/,$(EMBARC_ROOT)))
3029
include $(EMBARC_ROOT)/options/options.mk

example/baremetal/axs103/makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,4 @@ COMMON_COMPILE_PREREQUISITES += makefile
2727

2828
### Options above must be added before include options.mk ###
2929
# include key embARC build system makefile
30-
override EMBARC_ROOT := $(strip $(subst \,/,$(EMBARC_ROOT)))
3130
include $(EMBARC_ROOT)/options/options.mk

example/baremetal/ble_hm1x/makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,4 @@ COMMON_COMPILE_PREREQUISITES += makefile
2121

2222
### Options above must be added before include options.mk ###
2323
# include key embARC build system makefile
24-
override EMBARC_ROOT := $(strip $(subst \,/,$(EMBARC_ROOT)))
2524
include $(EMBARC_ROOT)/options/options.mk

example/baremetal/ble_rn4020/makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,4 @@ COMMON_COMPILE_PREREQUISITES += makefile
2424

2525
### Options above must be added before include options.mk ###
2626
# include key embARC build system makefile
27-
override EMBARC_ROOT := $(strip $(subst \,/,$(EMBARC_ROOT)))
2827
include $(EMBARC_ROOT)/options/options.mk

example/baremetal/blinky/makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,4 @@ COMMON_COMPILE_PREREQUISITES += makefile
2020

2121
### Options above must be added before include options.mk ###
2222
# include key embARC build system makefile
23-
override EMBARC_ROOT := $(strip $(subst \,/,$(EMBARC_ROOT)))
2423
include $(EMBARC_ROOT)/options/options.mk

example/baremetal/bootloader/makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,4 @@ COMMON_COMPILE_PREREQUISITES += makefile
6060

6161
### Options above must be added before include options.mk ###
6262
# include key embARC build system makefile
63-
override EMBARC_ROOT := $(strip $(subst \,/,$(EMBARC_ROOT)))
6463
include $(EMBARC_ROOT)/options/options.mk

example/baremetal/cxx/makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,4 @@ COMMON_COMPILE_PREREQUISITES += makefile
2222

2323
### Options above must be added before include options.mk ###
2424
# include key embARC build system makefile
25-
override EMBARC_ROOT := $(strip $(subst \,/,$(EMBARC_ROOT)))
2625
include $(EMBARC_ROOT)/options/options.mk

example/baremetal/dma_spiflash/makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,4 @@ COMMON_COMPILE_PREREQUISITES += makefile
2323

2424
### Options above must be added before include options.mk ###
2525
# include key embARC build system makefile
26-
override EMBARC_ROOT := $(strip $(subst \,/,$(EMBARC_ROOT)))
2726
include $(EMBARC_ROOT)/options/options.mk

0 commit comments

Comments
 (0)