Index: board/tegra2/seaboard/Makefile |
diff --git a/board/tegra2/seaboard/Makefile b/board/tegra2/seaboard/Makefile |
old mode 100644 |
new mode 100755 |
index a9c2cda003dea6bdd10a7f95d5fd87b8af00d436..c848f09bd9b02453da8b320893e7c71c7d4ebcc2 |
--- a/board/tegra2/seaboard/Makefile |
+++ b/board/tegra2/seaboard/Makefile |
@@ -38,6 +38,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 |
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.
|
+COBJS += ../common/crypto/aes_ref.o |
+COBJS += ../common/crypto/crypto.o |
+#endif |
SRCS := $(COBJS:.o=.c) |
OBJS := $(addprefix $(obj),$(COBJS)) |