summaryrefslogtreecommitdiffstats
path: root/drivers/soc/tegra/Makefile
diff options
context:
space:
mode:
authorThierry Reding2014-07-16 14:01:44 +0200
committerThierry Reding2014-07-17 14:58:41 +0200
commita2686766c81e18fb1ab9375cf5d3cbd54a3bed2c (patch)
tree230cbea98cf8173dbf40ce7b994dce83fe56ed3b /drivers/soc/tegra/Makefile
parentMerge branch 'for-3.17/fuse-move' into for-3.17/soc (diff)
downloadkernel-qcow2-linux-a2686766c81e18fb1ab9375cf5d3cbd54a3bed2c.tar.gz
kernel-qcow2-linux-a2686766c81e18fb1ab9375cf5d3cbd54a3bed2c.tar.xz
kernel-qcow2-linux-a2686766c81e18fb1ab9375cf5d3cbd54a3bed2c.zip
soc/tegra: Implement runtime check for Tegra SoCs
Subsequent patches will move some of the initialization code from SoC setup code to regular initcalls. To prevent breakage on other SoCs in multi-platform builds, these initcalls need to check that they indeed run on Tegra. Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'drivers/soc/tegra/Makefile')
-rw-r--r--drivers/soc/tegra/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/soc/tegra/Makefile b/drivers/soc/tegra/Makefile
index 236600f91bb3..db34987ed9dc 100644
--- a/drivers/soc/tegra/Makefile
+++ b/drivers/soc/tegra/Makefile
@@ -1 +1,3 @@
obj-$(CONFIG_ARCH_TEGRA) += fuse/
+
+obj-$(CONFIG_ARCH_TEGRA) += common.o