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

Unified Diff: board/tegra2/harmony/Makefile

Issue 4841001: Tegra2: implement Warmboot code and lp0_vec (Closed) Base URL: http://git.chromium.org/git/u-boot-next.git@chromeos-v2010.09
Patch Set: Add GPL headers & fix some 80-column issues Created 10 years, 1 month 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 | « board/tegra2/common/crypto/nvaes_ref.h ('k') | board/tegra2/seaboard/Makefile » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: board/tegra2/harmony/Makefile
diff --git a/board/tegra2/harmony/Makefile b/board/tegra2/harmony/Makefile
index 09a9f9968a66b8bd692a34afa8c58815103cb9f0..26a22bc03b6c441047cf8e3267acdd3fdca9ccf7 100644
--- a/board/tegra2/harmony/Makefile
+++ b/board/tegra2/harmony/Makefile
@@ -35,6 +35,10 @@ COBJS += ../common/sdmmc/nvboot_clocks.o
COBJS += ../common/sdmmc/nvboot_pads.o
COBJS += ../common/sdmmc/nvboot_pinmux.o
COBJS += ../common/sdmmc/nvboot_pinmux_tables.o
+ifdef CONFIG_TEGRA2_LP0
+COBJS += ../common/crypto/aes_ref.o
+COBJS += ../common/crypto/crypto.o
+endif
SRCS := $(COBJS:.o=.c)
OBJS := $(addprefix $(obj),$(COBJS))
« no previous file with comments | « board/tegra2/common/crypto/nvaes_ref.h ('k') | board/tegra2/seaboard/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698