Makefile (44594c2fbf42528001dfb1597d26adb40ba6d178) Makefile (9d53690f0d4e5686e80f034ea584b7a822b356d3)
1# SPDX-License-Identifier: GPL-2.0
2
1# SPDX-License-Identifier: GPL-2.0
2
3obj-$(CONFIG_UNICODE) += utf8-norm.o
3obj-$(CONFIG_UNICODE) += unicode.o
4
4
5unicode-y := utf8-norm.o utf8-core.o
6
5# This rule is not invoked during the kernel compilation. It is used to
6# regenerate the utf8data.h header file.
7utf8data.h.new: *.txt $(objdir)/scripts/mkutf8data
8 $(objdir)/scripts/mkutf8data \
9 -a DerivedAge.txt \
10 -c DerivedCombiningClass.txt \
11 -p DerivedCoreProperties.txt \
12 -d UnicodeData.txt \
13 -f CaseFolding.txt \
14 -n NormalizationCorrections.txt \
15 -t NormalizationTest.txt \
16 -o $@
7# This rule is not invoked during the kernel compilation. It is used to
8# regenerate the utf8data.h header file.
9utf8data.h.new: *.txt $(objdir)/scripts/mkutf8data
10 $(objdir)/scripts/mkutf8data \
11 -a DerivedAge.txt \
12 -c DerivedCombiningClass.txt \
13 -p DerivedCoreProperties.txt \
14 -d UnicodeData.txt \
15 -f CaseFolding.txt \
16 -n NormalizationCorrections.txt \
17 -t NormalizationTest.txt \
18 -o $@