| Index: arch/arm/mach-tegra/Makefile
|
| diff --git a/arch/arm/mach-tegra/Makefile b/arch/arm/mach-tegra/Makefile
|
| index 8e5df8c27216a69f38d2ad1b00e05a9282cb61a3..61f15c86231d5c2ccaf4c28bb0cf7be082ffc320 100755
|
| --- a/arch/arm/mach-tegra/Makefile
|
| +++ b/arch/arm/mach-tegra/Makefile
|
| @@ -58,3 +58,8 @@ obj-${CONFIG_MACH_SEABOARD} += board-seaboard-sdhci.o
|
| obj-${CONFIG_MACH_SEABOARD} += board-seaboard-power.o
|
| obj-${CONFIG_MACH_SEABOARD} += board-seaboard-panel.o
|
| obj-${CONFIG_MACH_SEABOARD} += board-seaboard-memory.o
|
| +obj-${CONFIG_MACH_SEABOARD} += board-seaboard-sensors.o
|
| +
|
| +obj-${CONFIG_MACH_KAEN} += board-kaen-sensors.o
|
| +
|
| +obj-${CONFIG_MACH_AEBL} += board-aebl-sensors.o
|
|
|