]> git.proxmox.com Git - mirror_qemu.git/commit - Makefile.target
build: move rules for nesting to Makefile.objs
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 22 May 2012 11:41:27 +0000 (13:41 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 7 Jun 2012 07:21:12 +0000 (09:21 +0200)
commit99100dc3b55126fc60fbbfb854d5aab25ab5dafd
tree2f2baba95dc6ccb0e419ea8ce403dc6a6d06f9cc
parentfbe37ef3e18814f2b98f115a1c855fea7fe71d74
build: move rules for nesting to Makefile.objs

At this point we will start adding nesting behavior to other files
than Makefile.target.  Because Makefile.objs is included by
Makefile.target, it is simpler to move the processing of
subdirectories there.

To enable this, only add per-target files to obj-y.  Use a separate
variable for the linker dependencies, all-obj-y.  This variable includes
obj-y and also all objects that are taken from other directories.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Makefile.objs
Makefile.target