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

Unified Diff: board/tegra2/generic/Makefile

Issue 6623073: Chromium: arm: tegra: Add NAND support (Closed) Base URL: http://git.chromium.org/git/u-boot-next.git@chromeos-v2010.09
Patch Set: Remove some unexpected lines of code and files 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 | « arch/arm/include/asm/arch-tegra2/tegra2.h ('k') | board/tegra2/generic/board.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: board/tegra2/generic/Makefile
diff --git a/board/tegra2/generic/Makefile b/board/tegra2/generic/Makefile
index fef9e214aa4c0eeb38d1c59fbbf8c2e7404f24be..894f53742991c40c94169f4f4444a248ce446580 100755
--- a/board/tegra2/generic/Makefile
+++ b/board/tegra2/generic/Makefile
@@ -33,6 +33,7 @@ COBJS-$(CONFIG_TEGRA2_LCD) += lcd/gpinit/gp-clk.o
COBJS-$(CONFIG_TEGRA2_LCD) += lcd/gpinit/gp-pinmux.o
COBJS-$(CONFIG_TEGRA2_LCD) += lcd/gpinit/gp-pinmux-t2-tables.o
COBJS-$(CONFIG_TEGRA2_LCD) += lcd/nvboot_lcd.o
+COBJS-$(CONFIG_TEGRA2_NAND) += nand/tegra2_nand.o
COBJS := $(sort $(COBJS-y))
SRCS := $(COBJS:.o=.c)
« no previous file with comments | « arch/arm/include/asm/arch-tegra2/tegra2.h ('k') | board/tegra2/generic/board.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698