t132: Add monotonic_timer.c to rmodules_arm
Update VBOOT_STUB_DEPS to include monotonic_timer.c BUG=chrome-os-partner:30784 BRANCH=None TEST=Compiles successfully for rush Change-Id: I3cc559fa21c444da1a7976e4952ea4941c2a1428 Signed-off-by: Furquan Shaikh <furquan@google.com> Reviewed-on: https://chromium-review.googlesource.com/209972 Tested-by: Furquan Shaikh <furquan@chromium.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org> Commit-Queue: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
00da67cc02
commit
8096ae56c4
1 changed files with 3 additions and 0 deletions
|
|
@ -58,6 +58,9 @@ ramstage-y += ramstage.c
|
|||
ramstage-y += mmu_operations.c
|
||||
ramstage-$(CONFIG_CONSOLE_SERIAL_UART) += uart.c
|
||||
|
||||
rmodules_arm-y += monotonic_timer.c
|
||||
VBOOT_STUB_DEPS += $(obj)/soc/nvidia/tegra132/monotonic_timer.rmodules_arm.o
|
||||
|
||||
INCLUDES += -Isrc/soc/nvidia/tegra132/include/
|
||||
|
||||
# We want to grab the bootblock right before it goes into the image and wrap
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue