blob: c12ed40e7d96a881eb1b84f2359c828091189360 [file] [log] [blame]
Rob Herring4097bbf2019-06-20 15:19:43 -06001# SPDX-License-Identifier: GPL-2.0-or-later
Jon Loeliger68f98d72008-10-03 10:49:22 -05002#
3# This is not a complete Makefile of itself.
4# Instead, it is designed to be easily embeddable
5# into other systems of Makefiles.
6#
7
8CONVERT_SRCS = \
Jon Loeliger879e4d22008-10-03 11:12:33 -05009 srcpos.c \
10 util.c
Jon Loeliger68f98d72008-10-03 10:49:22 -050011
12CONVERT_GEN_SRCS = convert-dtsv0-lexer.lex.c
13
14CONVERT_OBJS = $(CONVERT_SRCS:%.c=%.o) $(CONVERT_GEN_SRCS:%.c=%.o)