]> git.proxmox.com Git - mirror_qemu.git/commit - Makefile.target
Makefile.target: Update clean command to clean hw/ directory
authorPeter Maydell <peter.maydell@linaro.org>
Wed, 20 Jun 2012 17:02:33 +0000 (18:02 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Wed, 27 Jun 2012 21:26:59 +0000 (16:26 -0500)
commitb54fa7ddde8ace758d1eb332ce4a10e35dbf7302
treedd7600b6cff8a0d7b0ccf10a46499c02cb2eda91
parent039380a8e18f618cdacf72486449c04dc1b70eef
Makefile.target: Update clean command to clean hw/ directory

Now we create object files in a hierarchy under hw/, so the
'clean' target must also be updated to delete those object files.
Rather than using a manual list of subdirectories which will
easily drift out of date, we just delete all .o and .d files
in the target directory hierarchy.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Makefile.target