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

Unified Diff: board/tegra2/seaboard/Makefile

Issue 3548006: Tegra2: input: Add tegra keyboard support. (Closed) Base URL: http://git.chromium.org/git/u-boot.git
Patch Set: Removing static variable's zero init Created 10 years, 2 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 | board/tegra2/seaboard/seaboard.c » ('j') | board/tegra2/seaboard/seaboard.c » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: board/tegra2/seaboard/Makefile
diff --git a/board/tegra2/seaboard/Makefile b/board/tegra2/seaboard/Makefile
index 09a9f9968a66b8bd692a34afa8c58815103cb9f0..a9c2cda003dea6bdd10a7f95d5fd87b8af00d436 100644
--- a/board/tegra2/seaboard/Makefile
+++ b/board/tegra2/seaboard/Makefile
@@ -27,6 +27,9 @@ include $(TOPDIR)/config.mk
LIB = $(obj)lib$(BOARD).a
COBJS := $(BOARD).o
+#ifdef CONFIG_TEGRA2_KEYBOARD
+COBJS += $(BOARD)_kbc.o
+#endif
COBJS += ../common/board.o
COBJS += ../common/sdmmc/nvboot_sdmmc.o
COBJS += ../common/sdmmc/nvboot_reset.o
« no previous file with comments | « no previous file | board/tegra2/seaboard/seaboard.c » ('j') | board/tegra2/seaboard/seaboard.c » ('J')

Powered by Google App Engine
This is Rietveld 408576698