aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/boards/ST_EVB_SPC56EL
diff options
context:
space:
mode:
Diffstat (limited to 'os/hal/boards/ST_EVB_SPC56EL')
-rw-r--r--os/hal/boards/ST_EVB_SPC56EL/board.c1
-rw-r--r--os/hal/boards/ST_EVB_SPC56EL/board.mk4
2 files changed, 2 insertions, 3 deletions
diff --git a/os/hal/boards/ST_EVB_SPC56EL/board.c b/os/hal/boards/ST_EVB_SPC56EL/board.c
index 7373f595d..87e967e1b 100644
--- a/os/hal/boards/ST_EVB_SPC56EL/board.c
+++ b/os/hal/boards/ST_EVB_SPC56EL/board.c
@@ -14,7 +14,6 @@
limitations under the License.
*/
-#include "ch.h"
#include "hal.h"
#if HAL_USE_PAL || defined(__DOXYGEN__)
diff --git a/os/hal/boards/ST_EVB_SPC56EL/board.mk b/os/hal/boards/ST_EVB_SPC56EL/board.mk
index 8e5c03bce..392be7a01 100644
--- a/os/hal/boards/ST_EVB_SPC56EL/board.mk
+++ b/os/hal/boards/ST_EVB_SPC56EL/board.mk
@@ -1,5 +1,5 @@
# List of all the board related files.
-BOARDSRC = ${CHIBIOS}/boards/ST_EVB_SPC56EL/board.c
+BOARDSRC = ${CHIBIOS}/os/hal/boards/ST_EVB_SPC56EL/board.c
# Required include directories
-BOARDINC = ${CHIBIOS}/boards/ST_EVB_SPC56EL
+BOARDINC = ${CHIBIOS}/os/hal/boards/ST_EVB_SPC56EL