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


Reply via email to