Makefile (6661224e66f03706daea8e27714436851cf01731) Makefile (5298d4bfe80f6ae6ae2777bcd1357b0022d98573)
1# SPDX-License-Identifier: GPL-2.0
2
1# SPDX-License-Identifier: GPL-2.0
2
3obj-$(CONFIG_UNICODE) += unicode.o
3ifneq ($(CONFIG_UNICODE),)
4obj-y += unicode.o
5endif
6obj-$(CONFIG_UNICODE) += utf8data.o
4obj-$(CONFIG_UNICODE_NORMALIZATION_SELFTEST) += utf8-selftest.o
7obj-$(CONFIG_UNICODE_NORMALIZATION_SELFTEST) += utf8-selftest.o
5obj-$(CONFIG_UNICODE_UTF8_DATA) += utf8data.o
6
7unicode-y := utf8-norm.o utf8-core.o
8
9$(obj)/utf8-data.o: $(obj)/utf8data.c
10
11# In the normal build, the checked-in utf8data.c is just shipped.
12#
13# To generate utf8data.c from UCD, put *.txt files in this directory

--- 26 unchanged lines hidden ---
8
9unicode-y := utf8-norm.o utf8-core.o
10
11$(obj)/utf8-data.o: $(obj)/utf8data.c
12
13# In the normal build, the checked-in utf8data.c is just shipped.
14#
15# To generate utf8data.c from UCD, put *.txt files in this directory

--- 26 unchanged lines hidden ---