diff options
author | Sumit Sharma <sumsharma@nvidia.com> | 2012-08-22 16:39:38 +0530 |
---|---|---|
committer | Simone Willett <swillett@nvidia.com> | 2012-08-23 13:46:57 -0700 |
commit | 78a83fec01c96ed3b47e921bfab4c503c70b591d (patch) | |
tree | e735cb9afe58afcc41c73191d80c16502f4a128c /drivers/gpio | |
parent | 861ba4a3b2a444633aafc0540e2079ccce2fcaa1 (diff) |
gpio: tegra: Added support for GCOV for GPIO
Added support for GCOV code coverage for GPIO
Signed-off-by: Sumit Sharma <sumsharma@nvidia.com>
Change-Id: I407433db690696644aa67dffc0de8bc03c624b54
Reviewed-on: http://git-master/r/125183
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com>
GVS: Gerrit_Virtual_Submit
Diffstat (limited to 'drivers/gpio')
-rw-r--r-- | drivers/gpio/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpio/Makefile b/drivers/gpio/Makefile index 022d71a4090a..7754ff0c239d 100644 --- a/drivers/gpio/Makefile +++ b/drivers/gpio/Makefile @@ -1,5 +1,7 @@ # generic gpio support: platform drivers, dedicated expander chips, etc +GCOV_PROFILE := y + ccflags-$(CONFIG_DEBUG_GPIO) += -DDEBUG obj-$(CONFIG_GPIOLIB) += gpiolib.o |