]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blob - fs/unicode/Makefile
unicode: introduce UTF-8 character database
[mirror_ubuntu-jammy-kernel.git] / fs / unicode / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2
3 # This rule is not invoked during the kernel compilation. It is used to
4 # regenerate the utf8data.h header file.
5 utf8data.h.new: *.txt $(objdir)/scripts/mkutf8data
6 $(objdir)/scripts/mkutf8data \
7 -a DerivedAge.txt \
8 -c DerivedCombiningClass.txt \
9 -p DerivedCoreProperties.txt \
10 -d UnicodeData.txt \
11 -f CaseFolding.txt \
12 -n NormalizationCorrections.txt \
13 -t NormalizationTest.txt \
14 -o $@