diff options
Diffstat (limited to 'demos')
-rw-r--r-- | demos/ARMCM3-GENERIC-KERNEL/Makefile | 2 | ||||
-rw-r--r-- | demos/ARMCM3-STM32F100-DISCOVERY/Makefile | 2 | ||||
-rw-r--r-- | demos/ARMCM3-STM32F103-FATFS/Makefile | 2 | ||||
-rw-r--r-- | demos/ARMCM3-STM32F103-G++/Makefile | 2 | ||||
-rw-r--r-- | demos/ARMCM3-STM32F103/Makefile | 2 | ||||
-rw-r--r-- | demos/ARMCM3-STM32F107-FATFS/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/demos/ARMCM3-GENERIC-KERNEL/Makefile b/demos/ARMCM3-GENERIC-KERNEL/Makefile index 13e548692..01f24f597 100644 --- a/demos/ARMCM3-GENERIC-KERNEL/Makefile +++ b/demos/ARMCM3-GENERIC-KERNEL/Makefile @@ -69,7 +69,7 @@ LDSCRIPT= $(PORTLD)/STM32F103xB.ld # setting.
CSRC = $(PORTSRC) \
$(KERNSRC) \
- main.c + main.c
# C++ sources that can be compiled in ARM or THUMB mode depending on the global
# setting.
diff --git a/demos/ARMCM3-STM32F100-DISCOVERY/Makefile b/demos/ARMCM3-STM32F100-DISCOVERY/Makefile index 1438aabd2..a9a5aa9ef 100644 --- a/demos/ARMCM3-STM32F100-DISCOVERY/Makefile +++ b/demos/ARMCM3-STM32F100-DISCOVERY/Makefile @@ -79,7 +79,7 @@ CSRC = $(PORTSRC) \ $(BOARDSRC) \
$(CHIBIOS)/os/various/evtimer.c \
$(CHIBIOS)/os/various/syscalls.c \
- main.c + main.c
# C++ sources that can be compiled in ARM or THUMB mode depending on the global
# setting.
diff --git a/demos/ARMCM3-STM32F103-FATFS/Makefile b/demos/ARMCM3-STM32F103-FATFS/Makefile index 33b6433fb..7c23eee44 100644 --- a/demos/ARMCM3-STM32F103-FATFS/Makefile +++ b/demos/ARMCM3-STM32F103-FATFS/Makefile @@ -82,7 +82,7 @@ CSRC = $(PORTSRC) \ $(CHIBIOS)/os/various/shell.c \
$(CHIBIOS)/os/various/syscalls.c \
$(CHIBIOS)/os/various/chprintf.c \
- main.c + main.c
# C++ sources that can be compiled in ARM or THUMB mode depending on the global
# setting.
diff --git a/demos/ARMCM3-STM32F103-G++/Makefile b/demos/ARMCM3-STM32F103-G++/Makefile index 7fa37b7b0..0556e9719 100644 --- a/demos/ARMCM3-STM32F103-G++/Makefile +++ b/demos/ARMCM3-STM32F103-G++/Makefile @@ -78,7 +78,7 @@ CSRC = $(PORTSRC) \ $(PLATFORMSRC) \
$(BOARDSRC) \
$(CHIBIOS)/os/various/evtimer.c \
- $(CHIBIOS)/os/various/syscalls.c + $(CHIBIOS)/os/various/syscalls.c
# C++ sources that can be compiled in ARM or THUMB mode depending on the global
# setting.
diff --git a/demos/ARMCM3-STM32F103/Makefile b/demos/ARMCM3-STM32F103/Makefile index f9c6ec62a..854a84a03 100644 --- a/demos/ARMCM3-STM32F103/Makefile +++ b/demos/ARMCM3-STM32F103/Makefile @@ -79,7 +79,7 @@ CSRC = $(PORTSRC) \ $(BOARDSRC) \
$(CHIBIOS)/os/various/evtimer.c \
$(CHIBIOS)/os/various/syscalls.c \
- main.c + main.c
# C++ sources that can be compiled in ARM or THUMB mode depending on the global
# setting.
diff --git a/demos/ARMCM3-STM32F107-FATFS/Makefile b/demos/ARMCM3-STM32F107-FATFS/Makefile index e3a7d620b..79a34326c 100644 --- a/demos/ARMCM3-STM32F107-FATFS/Makefile +++ b/demos/ARMCM3-STM32F107-FATFS/Makefile @@ -81,7 +81,7 @@ CSRC = $(PORTSRC) \ $(TESTSRC) \
$(CHIBIOS)/os/various/shell.c \
$(CHIBIOS)/os/various/chprintf.c \
- main.c + main.c
# C++ sources that can be compiled in ARM or THUMB mode depending on the global
# setting.
|