1 # SPDX-License-Identifier: GPL-2.0-or-later
4 # This is not a complete Makefile of itself. Instead, it is designed to
5 # be easily embeddable into other systems of Makefiles.
19 DTC_SRCS += yamltree.c
22 DTC_GEN_SRCS = dtc-lexer.lex.c dtc-parser.tab.c
23 DTC_OBJS = $(DTC_SRCS:%.c=%.o) $(DTC_GEN_SRCS:%.c=%.o)