Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1845)

Unified Diff: arch/arm/mach-tegra/Makefile

Issue 6627032: CHROMIUM: Board file changes for Tegra camera (Closed)
Patch Set: Make sensor stub functions static inline. Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | arch/arm/mach-tegra/board-aebl-sensors.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « no previous file | arch/arm/mach-tegra/board-aebl-sensors.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698