On 15 January 2014 08:48, Fam Zheng <f...@redhat.com> 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