diff options
Diffstat (limited to 'boards')
-rw-r--r-- | boards/ST_EVB_SPC560BC/board.mk | 4 | ||||
-rw-r--r-- | boards/ST_EVB_SPC560P/board.mk | 4 | ||||
-rw-r--r-- | boards/ST_EVB_SPC563M/board.mk | 4 | ||||
-rw-r--r-- | boards/ST_EVB_SPC564A/board.mk | 4 | ||||
-rw-r--r-- | boards/ST_EVB_SPC56EL/board.mk | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/boards/ST_EVB_SPC560BC/board.mk b/boards/ST_EVB_SPC560BC/board.mk index 8021c4510..92aadc984 100644 --- a/boards/ST_EVB_SPC560BC/board.mk +++ b/boards/ST_EVB_SPC560BC/board.mk @@ -1,5 +1,5 @@ # List of all the board related files.
-BOARDSRC = ${CHIBIOS}/boards/GENERIC_SPC560BC/board.c
+BOARDSRC = ${CHIBIOS}/boards/ST_EVB_SPC560BC/board.c
# Required include directories
-BOARDINC = ${CHIBIOS}/boards/GENERIC_SPC560BC
+BOARDINC = ${CHIBIOS}/boards/ST_EVB_SPC560BC
diff --git a/boards/ST_EVB_SPC560P/board.mk b/boards/ST_EVB_SPC560P/board.mk index 3eba54437..01d5f533b 100644 --- a/boards/ST_EVB_SPC560P/board.mk +++ b/boards/ST_EVB_SPC560P/board.mk @@ -1,5 +1,5 @@ # List of all the board related files.
-BOARDSRC = ${CHIBIOS}/boards/GENERIC_SPC560P/board.c
+BOARDSRC = ${CHIBIOS}/boards/ST_EVB_SPC560P/board.c
# Required include directories
-BOARDINC = ${CHIBIOS}/boards/GENERIC_SPC560P
+BOARDINC = ${CHIBIOS}/boards/ST_EVB_SPC560P
diff --git a/boards/ST_EVB_SPC563M/board.mk b/boards/ST_EVB_SPC563M/board.mk index f48dbe7af..63b4368ec 100644 --- a/boards/ST_EVB_SPC563M/board.mk +++ b/boards/ST_EVB_SPC563M/board.mk @@ -1,5 +1,5 @@ # List of all the board related files.
-BOARDSRC = ${CHIBIOS}/boards/GENERIC_SPC563M/board.c
+BOARDSRC = ${CHIBIOS}/boards/ST_EVB_SPC563M/board.c
# Required include directories
-BOARDINC = ${CHIBIOS}/boards/GENERIC_SPC563M
+BOARDINC = ${CHIBIOS}/boards/ST_EVB_SPC563M
diff --git a/boards/ST_EVB_SPC564A/board.mk b/boards/ST_EVB_SPC564A/board.mk index 392a9f076..1dc4a1117 100644 --- a/boards/ST_EVB_SPC564A/board.mk +++ b/boards/ST_EVB_SPC564A/board.mk @@ -1,5 +1,5 @@ # List of all the board related files.
-BOARDSRC = ${CHIBIOS}/boards/GENERIC_SPC564A/board.c
+BOARDSRC = ${CHIBIOS}/boards/ST_EVB_SPC564A/board.c
# Required include directories
-BOARDINC = ${CHIBIOS}/boards/GENERIC_SPC564A
+BOARDINC = ${CHIBIOS}/boards/ST_EVB_SPC564A
diff --git a/boards/ST_EVB_SPC56EL/board.mk b/boards/ST_EVB_SPC56EL/board.mk index 2d4706daa..8e5c03bce 100644 --- a/boards/ST_EVB_SPC56EL/board.mk +++ b/boards/ST_EVB_SPC56EL/board.mk @@ -1,5 +1,5 @@ # List of all the board related files.
-BOARDSRC = ${CHIBIOS}/boards/GENERIC_SPC56EL/board.c
+BOARDSRC = ${CHIBIOS}/boards/ST_EVB_SPC56EL/board.c
# Required include directories
-BOARDINC = ${CHIBIOS}/boards/GENERIC_SPC56EL
+BOARDINC = ${CHIBIOS}/boards/ST_EVB_SPC56EL
|