# SPDX-License-Identifier: GPL-2.0

TEXT_SRC := $(addprefix lib/text/,					\
	    load.c							\
	    main.c							\
	    mode.c)
