diff options
Diffstat (limited to 'fs/unicode/Makefile')
-rw-r--r-- | fs/unicode/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/fs/unicode/Makefile b/fs/unicode/Makefile new file mode 100644 index 000000000000..764f8e5da4bb --- /dev/null +++ b/fs/unicode/Makefile @@ -0,0 +1,14 @@ +# SPDX-License-Identifier: GPL-2.0 + +# This rule is not invoked during the kernel compilation. It is used to +# regenerate the utf8data.h header file. +utf8data.h.new: *.txt $(objdir)/scripts/mkutf8data + $(objdir)/scripts/mkutf8data \ + -a DerivedAge.txt \ + -c DerivedCombiningClass.txt \ + -p DerivedCoreProperties.txt \ + -d UnicodeData.txt \ + -f CaseFolding.txt \ + -n NormalizationCorrections.txt \ + -t NormalizationTest.txt \ + -o $@ |