libpayload: place dummy_media.c in correct object list
The commit introducing dummy_media.c was placed in the libc object list. This wasn't correct. It should be in the libcbfs object list as well as guarded by CONFIG_CBFS. BUG=None BRANCH=None TEST=Built with USE=depthcharge emerge-daisy depthcharge libpayload Change-Id: Iace43fff8f85f60ecac5e6eb8350cd1f3ee9d35e Signed-off-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/56925
This commit is contained in:
parent
e97185cdbb
commit
7937c7c5e9
1 changed files with 1 additions and 1 deletions
|
|
@ -34,4 +34,4 @@ libc-y += virtual.c
|
|||
libc-y += memcpy.S memset.S
|
||||
libc-y += exception_asm.S exception.c
|
||||
libc-y += cache.c
|
||||
libc-y += dummy_media.c
|
||||
libcbfs-$(CONFIG_CBFS) += dummy_media.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue