]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/commit
Makefile: Avoid explicit list of directories in clean target
authorPeter Maydell <peter.maydell@linaro.org>
Wed, 15 Aug 2012 11:29:24 +0000 (12:29 +0100)
committerStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Wed, 15 Aug 2012 14:18:48 +0000 (15:18 +0100)
commite743ccecb1148485f0440db28f20f064bb89446e
treed6f6989b4a458e66556098e4b3546c2abc64fcc7
parent03834e22abafbc8dc4052d46a5ccd6dd135a54a3
Makefile: Avoid explicit list of directories in clean target

Avoid having an explicit list of directories in the 'clean'
target by using 'find' to remove all .o and .d files instead.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Makefile