[Skiboot] [PATCH] pflash: Add an install target

Vasant Hegde hegdevasant at linux.vnet.ibm.com
Wed Dec 2 02:55:18 AEDT 2015


On 11/25/2015 10:59 AM, Joel Stanley wrote:
> Signed-off-by: Joel Stanley <joel at jms.id.au>
> ---
>  external/pflash/Makefile | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/external/pflash/Makefile b/external/pflash/Makefile
> index f0c3773c5d0d..0112f6414b66 100644
> --- a/external/pflash/Makefile
> +++ b/external/pflash/Makefile
> @@ -27,6 +27,9 @@ $(OBJS): | links arch_links
>  	@cmp -s $@ $@.tmp || cp $@.tmp $@
>  	@rm -f $@.tmp
>  
> +install: all
> +	install -D pflash $(DESTDIR)$(sbindir)/pflash
> +

Joel,

How about adding "uninstall" tag as well?

-Vasant



More information about the Skiboot mailing list