This patch fixes part of my current need: PPC doesn't want to build
ACPI. Two
basic problems: one was xen/drivers/Makefile; the other was ALL_OBJS in
xen/Rules.mk.
While I was setting up ALL_OBJS-y for ACPI, I went ahead and converted
the
other users, and did the same for CFLAGS (though I really didn't have
to).
Note that this patch slightly changes the old behavior of "debug" and
"verbose" in CFLAGS: before, if debug=y, verbose=y was set for you.
Now you
only get what you explicitly enable. Also, perf_array can be used
outside of
perfc. I don't consider either of these changes to be problematic,
since
whoever is building is already changing the config options.