]> git.sur5r.net Git - u-boot/commit
ARM: tegra: unify Tegra186 Makefile a bit
authorStephen Warren <swarren@nvidia.com>
Mon, 18 Jul 2016 18:15:05 +0000 (12:15 -0600)
committerTom Warren <twarren@nvidia.com>
Thu, 21 Jul 2016 16:31:30 +0000 (09:31 -0700)
commitd0f45000babf0c89b75b4c779613afa0a900a608
tree1a4036452ecff150350927a799abf0b227b7d6b8
parent1f60f0731db2e07eecc41afa92bee4b10e7d9f1f
ARM: tegra: unify Tegra186 Makefile a bit

Many files in arch/arm/mach-tegra are compiled conditionally based on
Kconfig variables, or applicable to all platforms. We can let the main
Tegra Makefile handle compiling (or not) those files to avoid each SoC-
specific Makefile needing to duplicate entries for those files. This
leaves the SoC-specific Makefiles to compile truly SoC-specific code.

In the future, we'll hopefully add Kconfig variables for all the other
files, and refactor those files, and so reduce the need for SoC-specific
Makefiles and/or ifdefs in the Makefiles.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Tom Warren <twarren@nvidia.com>
arch/arm/mach-tegra/Makefile
arch/arm/mach-tegra/tegra186/Makefile