blob: 6ddf9ecac669861511d9dbbeed7b4b7b831d1883 [file] [log] [blame]
David Gibsona4da2e32007-12-18 15:06:42 +11001# Makefile.dtc
2#
3# This is not a complete Makefile of itself. Instead, it is designed to
4# be easily embeddable into other systems of Makefiles.
5#
6DTC_SRCS = dtc.c flattree.c fstree.c data.c livetree.c treesource.c srcpos.c \
7 checks.c
David Gibsoned95d742008-08-07 12:24:17 +10008DTC_GEN_SRCS = dtc-lexer.lex.c dtc-parser.tab.c
David Gibsona4da2e32007-12-18 15:06:42 +11009DTC_OBJS = $(DTC_SRCS:%.c=%.o) $(DTC_GEN_SRCS:%.c=%.o)