[Skiboot] [PATCH 1/4] external: Remove external/shared link targets

Joel Stanley joel at jms.id.au
Thu May 26 16:17:25 AEST 2016


On Thu, May 26, 2016 at 11:24 AM, Brad Bishop
<bradleyb at fuzziesquirrel.com> wrote:
> These are already defined just like we need them in common/rules.mk
>
> Signed-off-by: Brad Bishop <bradleyb at fuzziesquirrel.com>

Reviewed-by: Joel Stanley <joel at jms.id.au>

> ---
>  external/shared/Makefile | 12 ------------
>  1 file changed, 12 deletions(-)
>
> diff --git a/external/shared/Makefile b/external/shared/Makefile
> index 4c31657..40ba2b9 100644
> --- a/external/shared/Makefile
> +++ b/external/shared/Makefile
> @@ -10,18 +10,6 @@ VERSION = $(shell ../../make_version.sh)
>
>  CFLAGS += -m64 -Werror -Wall -g2 -ggdb -I. -fPIC
>
> -.PHONY: links
> -links: libflash ccan common
> -
> -libflash:
> -       ln -sf ../../libflash .
> -
> -common:
> -       ln -sf ../common .
> -
> -ccan:
> -       ln -sf ../../ccan .
> -
>  LIBFLASH_OBJS = libflash-file.o libflash-libflash.o libflash-libffs.o libflash-ecc.o libflash-blocklevel.o
>  ARCHFLASH_OBJS = common-arch_flash.o
>  OBJS = $(LIBFLASH_OBJS) $(ARCHFLASH_OBJS)
> --
> 2.7.4 (Apple Git-66)
>
> _______________________________________________
> Skiboot mailing list
> Skiboot at lists.ozlabs.org
> https://lists.ozlabs.org/listinfo/skiboot


More information about the Skiboot mailing list