xref: /netbsd-src/external/gpl2/dtc/dist/Makefile.convert-dtsv0 (revision 212397c69a103ae7e5eafa8731ddfae671d2dee7)
1#
2# This is not a complete Makefile of itself.
3# Instead, it is designed to be easily embeddable
4# into other systems of Makefiles.
5#
6
7CONVERT_SRCS = \
8	srcpos.c \
9	util.c
10
11CONVERT_GEN_SRCS = convert-dtsv0-lexer.lex.c
12
13CONVERT_OBJS = $(CONVERT_SRCS:%.c=%.o) $(CONVERT_GEN_SRCS:%.c=%.o)
14