diff options
author | Thierry Reding <treding@nvidia.com> | 2014-07-16 14:01:44 +0200 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2014-07-17 14:58:41 +0200 |
commit | a2686766c81e18fb1ab9375cf5d3cbd54a3bed2c (patch) | |
tree | 230cbea98cf8173dbf40ce7b994dce83fe56ed3b /drivers/soc/tegra/Makefile | |
parent | Merge branch 'for-3.17/fuse-move' into for-3.17/soc (diff) | |
download | linux-a2686766c81e18fb1ab9375cf5d3cbd54a3bed2c.tar.xz 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/Makefile | 2 |
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 |