blob: 1c380944d47d2a52d73baa045427677e3dd5dadf [file] [log] [blame]
Soby Mathew420cc372016-03-24 16:52:40 +00001/*
Antonio Nino Diaz8377ae42017-02-06 16:03:41 +00002 * Copyright (c) 2016-2017, ARM Limited and Contributors. All rights reserved.
Soby Mathew420cc372016-03-24 16:52:40 +00003 *
dp-armfa3cf0b2017-05-03 09:38:09 +01004 * SPDX-License-Identifier: BSD-3-Clause
Soby Mathew420cc372016-03-24 16:52:40 +00005 */
Antonio Nino Diaz8377ae42017-02-06 16:03:41 +00006
Daniel Boulbyec249282018-09-19 13:55:47 +01007 #if MULTI_CONSOLE_API
Julius Werner6b88b652018-11-27 17:50:28 -08008 #if ERROR_DEPRECATED
9 #error "console.S is deprecated, platforms should no longer link it explicitly"
10 #endif
Daniel Boulbyec249282018-09-19 13:55:47 +010011 #else
12 #include "deprecated_console.S"
13 #endif