Rob Herring | 4097bbf | 2019-06-20 15:19:43 -0600 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-or-later |
Jon Loeliger | 68f98d7 | 2008-10-03 10:49:22 -0500 | [diff] [blame] | 2 | # |
| 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 | |
| 8 | CONVERT_SRCS = \ |
Jon Loeliger | 879e4d2 | 2008-10-03 11:12:33 -0500 | [diff] [blame] | 9 | srcpos.c \ |
| 10 | util.c |
Jon Loeliger | 68f98d7 | 2008-10-03 10:49:22 -0500 | [diff] [blame] | 11 | |
| 12 | CONVERT_GEN_SRCS = convert-dtsv0-lexer.lex.c |
| 13 | |
| 14 | CONVERT_OBJS = $(CONVERT_SRCS:%.c=%.o) $(CONVERT_GEN_SRCS:%.c=%.o) |