aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/boot/compressed/font.c
diff options
context:
space:
mode:
authorGravatar Masahiro Yamada <masahiroy@kernel.org> 2021-10-30 18:52:58 +0100
committerGravatar Russell King (Oracle) <rmk+kernel@armlinux.org.uk> 2021-12-17 11:34:30 +0000
commit251cc826be7dec61e574b291b371362c10dd84ea (patch)
tree30196f4582cf6ed0a7811974afacfa0f2f148f73 /arch/arm/boot/compressed/font.c
parentLinux 5.16-rc1 (diff)
downloadlinux-251cc826be7dec61e574b291b371362c10dd84ea.tar.gz
linux-251cc826be7dec61e574b291b371362c10dd84ea.tar.bz2
linux-251cc826be7dec61e574b291b371362c10dd84ea.zip
ARM: 9154/1: decompressor: do not copy source files while building
As commit 7ae4a78daacf ("ARM: 8969/1: decompressor: simplify libfdt builds") stated, copying source files during the build time may not end up with as clean code as expected. Do similar for the other library files for further cleanups of the Makefile and .gitignore. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>
Diffstat (limited to 'arch/arm/boot/compressed/font.c')
-rw-r--r--arch/arm/boot/compressed/font.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/boot/compressed/font.c b/arch/arm/boot/compressed/font.c
new file mode 100644
index 000000000000..46a677649db4
--- /dev/null
+++ b/arch/arm/boot/compressed/font.c
@@ -0,0 +1,2 @@
+// SPDX-License-Identifier: GPL-2.0-only
+#include "../../../../lib/fonts/font_acorn_8x8.c"