diff options
| author | Darren Sun <darrens@nvidia.com> | 2018-07-08 22:52:26 -0400 |
|---|---|---|
| committer | mobile promotions <svcmobile_promotions@nvidia.com> | 2018-07-09 09:55:06 -0400 |
| commit | 9884cdbf40fc22af3706230946ffcabc33b4cccd (patch) | |
| tree | 5274d0b56f9576657c875cbae1409d7c5f4711d6 /drivers/Makefile | |
| parent | e6389bf0b4829e8f38e9c9985947ad561b0bfe6f (diff) | |
pwm_fan: port the pwm fan driver to linux-nvidia repo
Update the Kconfig and Makefile for pwm fan.
Bug 200428643
Change-Id: I099d42acab6afb5231a4239208631a9a430c3416
Signed-off-by: Darren Sun <darrens@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/1774041
GVS: Gerrit_Virtual_Submit
Reviewed-by: Sachin Nikam <snikam@nvidia.com>
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/Makefile')
| -rw-r--r-- | drivers/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/Makefile b/drivers/Makefile index 69927e062..2f0c47417 100644 --- a/drivers/Makefile +++ b/drivers/Makefile | |||
| @@ -14,3 +14,4 @@ subdir-ccflags-y += -Werror | |||
| 14 | obj-$(CONFIG_NVPMODEL_EMC) += nvpmodel/ | 14 | obj-$(CONFIG_NVPMODEL_EMC) += nvpmodel/ |
| 15 | obj-$(CONFIG_TEGRA_NVLINK) += nvlink/ | 15 | obj-$(CONFIG_TEGRA_NVLINK) += nvlink/ |
| 16 | obj-$(CONFIG_NVPPS) += nvpps/ | 16 | obj-$(CONFIG_NVPPS) += nvpps/ |
| 17 | obj-$(CONFIG_THERMAL) += thermal/ | ||
