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

Unified Diff: arch/arm/cpu/arm_cortexa9/tegra2/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 CONFIG_TEGRA2_LP0 to support LP0 conditionally 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 | « no previous file | arch/arm/cpu/arm_cortexa9/tegra2/ap20.h » ('j') | arch/arm/cpu/arm_cortexa9/tegra2/ap20.c » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: arch/arm/cpu/arm_cortexa9/tegra2/Makefile
diff --git a/arch/arm/cpu/arm_cortexa9/tegra2/Makefile b/arch/arm/cpu/arm_cortexa9/tegra2/Makefile
old mode 100644
new mode 100755
index 21830a6a13b1e8b8abad27b23e4befd56a1783b5..ab5a28c9be5b0578c21f4b6114c6e0eec7852662
--- a/arch/arm/cpu/arm_cortexa9/tegra2/Makefile
+++ b/arch/arm/cpu/arm_cortexa9/tegra2/Makefile
@@ -26,10 +26,14 @@
include $(TOPDIR)/config.mk
LIB = $(obj)lib$(SOC).a
-
SOBJS := lowlevel_init.o
COBJS := sys_info.o board.o interrupts.o ap20.o
+#ifdef CONFIG_TEGRA2_LP0
Tom Warren 2010/11/16 18:34:27 You can't use a # in front of a conditional like y
yelin 2010/11/16 23:41:04 Done.
+SOBJS += warmboot_avp.o
+COBJS += warmboot.o
+#endif
+
SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c)
OBJS := $(addprefix $(obj),$(COBJS) $(SOBJS))
« no previous file with comments | « no previous file | arch/arm/cpu/arm_cortexa9/tegra2/ap20.h » ('j') | arch/arm/cpu/arm_cortexa9/tegra2/ap20.c » ('J')

Powered by Google App Engine
This is Rietveld 408576698