diff options
Diffstat (limited to 'arch/arm/mach-tegra/Makefile')
-rw-r--r-- | arch/arm/mach-tegra/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/Makefile b/arch/arm/mach-tegra/Makefile index cb84614919bd..3aa3e32848f8 100644 --- a/arch/arm/mach-tegra/Makefile +++ b/arch/arm/mach-tegra/Makefile @@ -183,6 +183,11 @@ obj-${CONFIG_MACH_P1852} += board-p1852-panel.o obj-${CONFIG_MACH_P1852} += board-p1852-pinmux.o obj-${CONFIG_MACH_P1852} += board-p1852-sdhci.o +obj-${CONFIG_MACH_E1853} += board-e1853.o +obj-${CONFIG_MACH_E1853} += board-e1853-panel.o +obj-${CONFIG_MACH_E1853} += board-e1853-pinmux.o +obj-${CONFIG_MACH_E1853} += board-e1853-sdhci.o + obj-${CONFIG_MACH_TEGRA_ENTERPRISE} += board-enterprise.o obj-${CONFIG_MACH_TEGRA_ENTERPRISE} += board-enterprise-panel.o obj-${CONFIG_MACH_TEGRA_ENTERPRISE} += board-enterprise-pinmux.o |