Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 329210
b: refs/heads/master
c: cd29672
h: refs/heads/master
v: v3
  • Loading branch information
Stephen Warren authored and Rob Herring committed Oct 1, 2012
1 parent 4b7e705 commit e36690a
Show file tree
Hide file tree
Showing 31 changed files with 3,848 additions and 702 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: acc2097934b5403b97f95763fe99fc115b818061
refs/heads/master: cd296721a9645f9f28800a072490fa15458d1fb7
13 changes: 11 additions & 2 deletions trunk/scripts/dtc/Makefile.dtc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,16 @@
# 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_SRCS = \
checks.c \
data.c \
dtc.c \
flattree.c \
fstree.c \
livetree.c \
srcpos.c \
treesource.c \
util.c

DTC_GEN_SRCS = dtc-lexer.lex.c dtc-parser.tab.c
DTC_OBJS = $(DTC_SRCS:%.c=%.o) $(DTC_GEN_SRCS:%.c=%.o)
Loading

0 comments on commit e36690a

Please sign in to comment.