* [Qemu-devel] [PATCH 0/3] Describing what patches do
@ 2013-06-22 2:23 akoskovacs0
0 siblings, 0 replies; only message in thread
From: akoskovacs0 @ 2013-06-22 2:23 UTC (permalink / raw)
To: qemu-devel; +Cc: pbonzini, Ákos Kovács
From: Ákos Kovács <akoskovacs@gmx.com>
Patch 1:
Add new logical functions to rules.mak, to eliminate and simplify
variables in the Makefiles.
Example usage:
obj-$(call lor,$(CONFIG_LINUX),$(CONFIG_BSD)) += feature.o
Patch 2:
Remove CONFIG_GDBSTUB_XML from default_configs/*.mak files
and make a new rule (in Makefile.target) to build the gdbstub_xml
object, with the new logical functions from the first patch.
Patch 3:
Remove CONFIG_NO_* variables from Makefile.target. And replace
their uses with the negation of the corresponding variable.
Signed-off-by: Ákos Kovács <akoskovacs@gmx.com>
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-06-22 2:23 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-22 2:23 [Qemu-devel] [PATCH 0/3] Describing what patches do akoskovacs0
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).