3 # This is not a complete Makefile of itself. Instead, it is designed to
4 # be easily embeddable into other systems of Makefiles.
18 DTC_SRCS += yamltree.c
21 DTC_GEN_SRCS = dtc-lexer.lex.c dtc-parser.tab.c
22 DTC_OBJS = $(DTC_SRCS:%.c=%.o) $(DTC_GEN_SRCS:%.c=%.o)