summaryrefslogtreecommitdiffstats
path: root/hw/9pfs/Makefile.objs
Commit message (Collapse)AuthorAgeFilesLines
* Remove libhwStefan Weil2012-10-051-7/+7
| | | | | | | | | | The entries for libhw* are no longer needed in .gitignore. There is also no longer a difference between common-obj-y and hw-obj-y, so one of those two macros is sufficient. Signed-off-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
* build: move per-target hw/ objects to nested Makefile.objsPaolo Bonzini2012-06-071-0/+2
| | | | | | | | This completes the move to nested Makefiles for virtio and a few other files that were not part of obj-TARGET-y, but still were compiled separately for each target. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
* build: convert libhw to nested Makefile.objsPaolo Bonzini2012-06-071-0/+7
After this patch, the libhw* directories will have a hierarchy that mimics the source tree. This is useful because we do have a couple of files there that are in the top source directory. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
OpenPOWER on IntegriCloud