https://jxself.org/git/linux-libre.git
Raw File
Tip revision: b5b3f6ed3261b7b5d97d6d8603bf3d567ab604bb authored by Jason Self on 18 January 2010, 18:23:45 UTC
Linux-libre 2.6.32.4-gnu1
Tip revision: b5b3f6e
Makefile.dtc
# Makefile.dtc
#
# This is not a complete Makefile of itself.  Instead, it is designed to
# be easily embeddable into other systems of Makefiles.
#
DTC_SRCS = dtc.c flattree.c fstree.c data.c livetree.c treesource.c srcpos.c \
	checks.c
DTC_GEN_SRCS = dtc-lexer.lex.c dtc-parser.tab.c
DTC_OBJS = $(DTC_SRCS:%.c=%.o) $(DTC_GEN_SRCS:%.c=%.o)
back to top