libpayload arm64: Add dummy_media file
This is required for proper compilation of libpayload and depthcharge BUG=None BRANCH=None TEST=libpayload compiles successfully for rush Change-Id: I305b58b978fd335e20abd7664c3ee2a6c1ea8384 Signed-off-by: Furquan Shaikh <furquan@google.com> Reviewed-on: https://chromium-review.googlesource.com/204422 Reviewed-by: Aaron Durbin <adurbin@chromium.org> Commit-Queue: Furquan Shaikh <furquan@chromium.org> Tested-by: Furquan Shaikh <furquan@chromium.org>
This commit is contained in:
parent
967455d6fe
commit
eef115c237
1 changed files with 1 additions and 0 deletions
|
|
@ -37,6 +37,7 @@ libc-y += virtual.c
|
|||
libc-y += memcpy.S memset.S memmove.S
|
||||
libc-y += exception_asm.S exception.c
|
||||
libc-y += cache.c cpu.S
|
||||
libcbfs-$(CONFIG_LP_CBFS) += dummy_media.c
|
||||
|
||||
# Add other classes here when you put assembly files into them!
|
||||
head.o-S-ccopts += $(arm64_asm_flags)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue