[PATCH] no_cpu/no_bsp: Fix path to bspgetworkarea-default.c in Makefile
Amaan Cheval
amaan.cheval at gmail.com
Mon May 14 09:14:09 UTC 2018
Hi!
I figured I'd bump this.
Given that no_bsp serves as the reference BSP, I think we ought to
keep it relatively updated (more than what this patch does too, which
I'll look into if I have the bandwidth along with the x86-64 port).
That way creating a new BSP with parts based on no_bsp should be
easier (for eg. a new arch + BSP from scratch).
Would you all agree?
On Mon, Apr 30, 2018 at 10:04 PM, Amaan Cheval <amaan.cheval at gmail.com> wrote:
> ---
> c/src/lib/libbsp/no_cpu/no_bsp/Makefile.am | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/c/src/lib/libbsp/no_cpu/no_bsp/Makefile.am b/c/src/lib/libbsp/no_cpu/no_bsp/Makefile.am
> index e4c11f6f5a..a9d69067b7 100644
> --- a/c/src/lib/libbsp/no_cpu/no_bsp/Makefile.am
> +++ b/c/src/lib/libbsp/no_cpu/no_bsp/Makefile.am
> @@ -14,7 +14,7 @@ librtemsbsp_a_SOURCES =
>
> # startup
> librtemsbsp_a_SOURCES += ../../../../../../bsps/shared/start/bspfatal-default.c
> -librtemsbsp_a_SOURCES += ../../../../../../bsps/shared/start/bspgetworkarea.c
> +librtemsbsp_a_SOURCES += ../../../../../../bsps/shared/start/bspgetworkarea-default.c
> librtemsbsp_a_SOURCES += ../../../../../../bsps/no_cpu/no_bsp/start/bspstart.c
> librtemsbsp_a_SOURCES += ../../../../../../bsps/shared/start/sbrk.c
> librtemsbsp_a_SOURCES += ../../../../../../bsps/shared/dev/getentropy/getentropy-cpucounter.c
> --
> 2.16.0.rc0
>
More information about the devel
mailing list