qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v16 2/9] rules.mak: allow per object cflags and


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH v16 2/9] rules.mak: allow per object cflags and libs
Date: Thu, 16 Jan 2014 11:04:50 +0000

On 15 January 2014 08:48, Fam Zheng <address@hidden> wrote:.objs.
> Similarly,
>
>         foo.o-cflags := $(FOO_CFLAGS)
>
> is also supported.

I noticed that we already support per-object cflags via:

$(obj)/adlib.o $(obj)/fmopl.o: QEMU_CFLAGS += -DBUILD_Y8950=0

(this example from audio/Makefile.objs). Is your new
method better in some way? Are we going to convert
users of the old-style method?

thanks
-- PMM



reply via email to

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