xref: /linux-6.15/fs/unicode/Makefile (revision 955405d1)
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.
5utf8data.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 $@
15