1 2ifeq ($(BR2_PACKAGE_FONTCONFIG),y) 3define NOTO_INSTALL_FONTCONFIG_CONF 4 $(INSTALL) -D -m 0644 package/noto/70-fonts-noto-cjk.conf \ 5 $(TARGET_DIR)/usr/share/fontconfig/conf.avail/ 6endef 7endif 8 9include $(sort $(wildcard package/noto/*/*.mk)) 10