# SPDX-License-Identifier: GPL-2.0

GRAPH_SRC := $(addprefix lib/graph/,					\
	   graph.c							\
	   svg.c)
