spi: spidev_test: Remove the whole "include" directory when make clean
authorTiezhu Yang <yangtiezhu@loongson.cn>
Thu, 13 Feb 2020 04:16:08 +0000 (12:16 +0800)
committerMark Brown <broonie@kernel.org>
Thu, 13 Feb 2020 13:17:59 +0000 (13:17 +0000)
commitaea7afd9079f2e43b05790241d748ff0537ec917
treef3310cccaadc961be2d7ab35ba597938c486c4d4
parent470a072e12200576788dc622d58894609feae2d7
spi: spidev_test: Remove the whole "include" directory when make clean

In the current code, it only removes "include/linux/spi/spidev.h" file
when make clean and there still exists useless "include/linux/spi/"
directory, just remove it.

Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn>
Link: https://lore.kernel.org/r/1581567368-8055-4-git-send-email-yangtiezhu@loongson.cn
Signed-off-by: Mark Brown <broonie@kernel.org>
tools/spi/Makefile