aboutsummaryrefslogtreecommitdiff
path: root/drivers/console/console.S
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/console/console.S')
-rw-r--r--drivers/console/console.S9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/console/console.S b/drivers/console/console.S
new file mode 100644
index 00000000..c48530c9
--- /dev/null
+++ b/drivers/console/console.S
@@ -0,0 +1,9 @@
+/*
+ * Copyright (c) 2015-2016, ARM Limited and Contributors. All rights reserved.
+ *
+ * SPDX-License-Identifier: BSD-3-Clause
+ */
+
+#if !ERROR_DEPRECATED
+#include "./aarch64/console.S"
+#endif