Chromium Code Reviews| Index: board/tegra2/seaboard/Makefile |
| diff --git a/board/tegra2/seaboard/Makefile b/board/tegra2/seaboard/Makefile |
| index a9c2cda003dea6bdd10a7f95d5fd87b8af00d436..6fb3d9d754b01e38a65ca7b008d0e4a804542332 100644 |
| --- a/board/tegra2/seaboard/Makefile |
| +++ b/board/tegra2/seaboard/Makefile |
| @@ -38,6 +38,8 @@ 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 |
| +COBJS += ../common/crypto/aes_ref.o |
| +COBJS += ../common/crypto/crypto.o |
|
Tom Warren
2010/11/12 00:12:40
I'd love to see this ifdef'd here so the WB0 code
yelin
2010/11/15 23:21:21
Done.
|
| SRCS := $(COBJS:.o=.c) |
| OBJS := $(addprefix $(obj),$(COBJS)) |