Blame Makefile.convert-dtsv0

Packit Service 0ee8e1
# SPDX-License-Identifier: GPL-2.0-or-later
Packit 2ad57b
#
Packit 2ad57b
# This is not a complete Makefile of itself.
Packit 2ad57b
# Instead, it is designed to be easily embeddable
Packit 2ad57b
# into other systems of Makefiles.
Packit 2ad57b
#
Packit 2ad57b
Packit 2ad57b
CONVERT_SRCS = \
Packit 2ad57b
	srcpos.c \
Packit 2ad57b
	util.c
Packit 2ad57b
Packit 2ad57b
CONVERT_GEN_SRCS = convert-dtsv0-lexer.lex.c
Packit 2ad57b
Packit 2ad57b
CONVERT_OBJS = $(CONVERT_SRCS:%.c=%.o) $(CONVERT_GEN_SRCS:%.c=%.o)