summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/Makefile
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@nvidia.com>2011-12-28 15:16:02 -0800
committerVarun Wadekar <vwadekar@nvidia.com>2012-01-06 17:08:28 +0530
commit494a7b66ad5fc814b1344dd105d9f2dfad20a191 (patch)
treece857ed43915288600864c8338fd27ae1ad1f95b /arch/arm/mach-tegra/Makefile
parentd5023aa5162f11dca7f8c8bf07cd868ea8fd7112 (diff)
ARM: tegra: Clean up tsensor includes
mach-tegra/tegra3_tsensor.h is used for the parameterized initialization of the tsensor device. mach-tegra/include/mach/tsensor.h is used for the tsensor device driver. Really, mach-tegra/tegra3_tsensor.c should go away - probably becoming a device driver. Change-Id: I16edae878f1e97d1654252cfee49cd9dd7f77db7 Signed-off-by: Dan Willemsen <dwillemsen@nvidia.com> Reviewed-on: http://git-master/r/72481 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/Makefile')
-rw-r--r--arch/arm/mach-tegra/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/Makefile b/arch/arm/mach-tegra/Makefile
index a4d1b217c163..d28a72c08f8f 100644
--- a/arch/arm/mach-tegra/Makefile
+++ b/arch/arm/mach-tegra/Makefile
@@ -96,7 +96,7 @@ obj-$(CONFIG_TEGRA_CLUSTER_CONTROL) += sysfs-cluster.o
ifeq ($(CONFIG_TEGRA_MC_PROFILE),y)
obj-$(CONFIG_ARCH_TEGRA_2x_SOC) += tegra2_mc.o
endif
-obj-$(CONFIG_ARCH_TEGRA_3x_SOC) += tegra3_tsensor.o
+obj-$(CONFIG_SENSORS_TEGRA_TSENSOR) += tegra3_tsensor.o
obj-$(CONFIG_TEGRA_DYNAMIC_PWRDET) += powerdetect.o
obj-$(CONFIG_TEGRA_USB_MODEM_POWER) += tegra_usb_modem_power.o
obj-$(CONFIG_TEGRA_PCI) += pcie.o