qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 0/3] Describing what patches do


From: akoskovacs0
Subject: [Qemu-devel] [PATCH 0/3] Describing what patches do
Date: Sat, 22 Jun 2013 04:23:07 +0200

From: Ákos Kovács <address@hidden>

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 <address@hidden>



reply via email to

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