qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [RFC 6/7] accel: Move accel.c to accel/


From: Thomas Huth
Subject: Re: [Qemu-devel] [RFC 6/7] accel: Move accel.c to accel/
Date: Wed, 21 Dec 2016 08:30:44 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1

On 20.12.2016 18:43, Eduardo Habkost wrote:
> Signed-off-by: Eduardo Habkost <address@hidden>
> ---
>  Makefile.objs            | 2 +-
>  accel.c => accel/accel.c | 0
>  accel/Makefile.objs      | 2 ++
>  3 files changed, 3 insertions(+), 1 deletion(-)
>  rename accel.c => accel/accel.c (100%)
> 
> diff --git a/Makefile.objs b/Makefile.objs
> index 06f74b8..6d62f54 100644
> --- a/Makefile.objs
> +++ b/Makefile.objs
> @@ -58,7 +58,7 @@ common-obj-$(CONFIG_SPICE) += spice-qemu-char.o
>  
>  common-obj-y += audio/
>  common-obj-y += hw/
> -common-obj-y += accel.o
> +common-obj-y += accel/

Not sure, but there is already "obj-y += accel/" in patch 2 ... do we
need both ?

 Thomas




reply via email to

[Prev in Thread] Current Thread [Next in Thread]