[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PATCH v2 0/3] build: make sharing of objects explicit
From: |
Juan Quintela |
Subject: |
[Qemu-devel] [PATCH v2 0/3] build: make sharing of objects explicit |
Date: |
Thu, 10 Mar 2011 14:58:39 +0100 |
Hi
Another week, another version.
v2:
- rename common-obj-y to softmmu-obj-y, so we can use common-obj-y
for objects shared between tools and softmmu.
v1:
- all tools shared the same list of object files, create a variable instead
or repeating them (tools-obj-y).
- tools and softmmu targets share lots of objects, just make that explicit
with shared-obj-y.
Please review, Juan.
Juan Quintela (3):
build: Create tools-obj-y variable
build: Rename common-obj-y to softmmu-obj-y
build: Create common-obj-y for objects shared between tools and
softmmu
Makefile | 12 +++--
Makefile.objs | 120 ++++++++++++++++++++++++++++--------------------------
Makefile.target | 2 +-
3 files changed, 70 insertions(+), 64 deletions(-)
--
1.7.4
- [Qemu-devel] [PATCH v2 0/3] build: make sharing of objects explicit,
Juan Quintela <=