blob: 764f8e5da4bb453b931a2ff1e3a359ba965cf685 [file] [log] [blame]
Gabriel Krisman Bertazi955405d2019-04-25 13:38:44 -04001# 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 $@