bsp/raspberrypi: Rename file

This commit is contained in:
Sebastian Huber
2016-09-08 07:24:29 +02:00
parent 5d369c8572
commit 531924df8b
2 changed files with 1 additions and 1 deletions

View File

@@ -101,7 +101,7 @@ libbsp_a_SOURCES += startup/bspstart.c
libbsp_a_SOURCES += startup/cmdline.c
libbsp_a_SOURCES += startup/bspgetworkarea.c
if HAS_SMP
libbsp_a_SOURCES += startup/bspsmp_api.c
libbsp_a_SOURCES += startup/bspsmp.c
libbsp_a_SOURCES += startup/bspsmp_init.c
endif