diff options
author | Preetham Chandru R <pchandru@nvidia.com> | 2016-03-07 05:21:01 -0500 |
---|---|---|
committer | Preetham Chandru R <pchandru@nvidia.com> | 2017-08-21 05:16:33 -0400 |
commit | 92c9db5c3c88b447cd51068ce42b7e4e7cac4fa4 (patch) | |
tree | afa85c9dfdbed3ea6ee33fc71f78c18da6af79a9 /drivers/ata | |
parent | 0eaf978434fc74dda2600c63dac6226063f5e919 (diff) |
ata: tegra_ahci: enable gcov for tegra ahci
Bug 1715500
Signed-off-by: Preetham Chandru R <pchandru@nvidia.com>
Change-Id: I1922a130b2d39670b4a5cde4e75a0a8408fc4ab4
Reviewed-on: http://git-master/r/1127313
(cherry picked from commit 9c0579f406a12769657d816fe958780836eb1492)
Diffstat (limited to 'drivers/ata')
-rw-r--r-- | drivers/ata/tegra/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/ata/tegra/Makefile b/drivers/ata/tegra/Makefile index e1ab5bbb5..18601cd8c 100644 --- a/drivers/ata/tegra/Makefile +++ b/drivers/ata/tegra/Makefile | |||
@@ -1,3 +1,5 @@ | |||
1 | GCOV_PROFILE := y | ||
1 | CFLAGS_ahci_tegra.o = -Werror | 2 | CFLAGS_ahci_tegra.o = -Werror |
3 | |||
2 | obj-y += ahci_tegra.o | 4 | obj-y += ahci_tegra.o |
3 | obj-$(CONFIG_DEBUG_FS) += ahci_tegra_debug.o | 5 | obj-$(CONFIG_DEBUG_FS) += ahci_tegra_debug.o |