[Skiboot] [PATCH] devicetree: Don't set path to dtc in makefile

Oliver oohall at gmail.com
Mon May 13 14:02:21 AEST 2019


On Fri, May 10, 2019 at 3:22 PM Joel Stanley <joel at jms.id.au> wrote:
>
> By setting the path we fail to build under buildroot which has it's own
> set of host tools in PATH, but not at /usr/bin.
>
> Keep the variable so it can be set if need be but default to whatever
> 'dtc' is in the users path.
>
> Signed-off-by: Joel Stanley <joel at jms.id.au>

Merged to master as of c8b5e8a95caf029ffe73ea18769fdd7f2da48ab4

Thanks!

> ---
>  external/devicetree/Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/external/devicetree/Makefile b/external/devicetree/Makefile
> index 5a136f49999a..2ce622b0e397 100644
> --- a/external/devicetree/Makefile
> +++ b/external/devicetree/Makefile
> @@ -1,4 +1,4 @@
> -DTC=/usr/bin/dtc
> +DTC=dtc
>  OUT=p9-simics.dtb
>
>  all: $(OUT)
> --
> 2.20.1
>
> _______________________________________________
> Skiboot mailing list
> Skiboot at lists.ozlabs.org
> https://lists.ozlabs.org/listinfo/skiboot


More information about the Skiboot mailing list