summaryrefslogtreecommitdiffstats
path: root/drivers/ata
diff options
context:
space:
mode:
authorPreetham Chandru R <pchandru@nvidia.com>2016-03-07 05:21:01 -0500
committerPreetham Chandru R <pchandru@nvidia.com>2017-08-21 05:16:33 -0400
commit92c9db5c3c88b447cd51068ce42b7e4e7cac4fa4 (patch)
treeafa85c9dfdbed3ea6ee33fc71f78c18da6af79a9 /drivers/ata
parent0eaf978434fc74dda2600c63dac6226063f5e919 (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/Makefile2
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 @@
1GCOV_PROFILE := y
1CFLAGS_ahci_tegra.o = -Werror 2CFLAGS_ahci_tegra.o = -Werror
3
2obj-y += ahci_tegra.o 4obj-y += ahci_tegra.o
3obj-$(CONFIG_DEBUG_FS) += ahci_tegra_debug.o 5obj-$(CONFIG_DEBUG_FS) += ahci_tegra_debug.o