2019-06-20 23:19:43 +02:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
2008-10-03 17:49:22 +02:00
|
|
|
#
|
|
|
|
# This is not a complete Makefile of itself.
|
|
|
|
# Instead, it is designed to be easily embeddable
|
|
|
|
# into other systems of Makefiles.
|
|
|
|
#
|
|
|
|
|
|
|
|
CONVERT_SRCS = \
|
2008-10-03 18:12:33 +02:00
|
|
|
srcpos.c \
|
|
|
|
util.c
|
2008-10-03 17:49:22 +02:00
|
|
|
|
|
|
|
CONVERT_GEN_SRCS = convert-dtsv0-lexer.lex.c
|
|
|
|
|
|
|
|
CONVERT_OBJS = $(CONVERT_SRCS:%.c=%.o) $(CONVERT_GEN_SRCS:%.c=%.o)
|