mirror of
https://github.com/dgibson/dtc.git
synced 2025-12-08 12:45:29 -05:00
libfdt: Sequential write support
This patch adds code to libfdt to create flat trees from scratch, writing sequentially.
This commit is contained in:
parent
3aa4cfd66b
commit
063693a9e4
10 changed files with 386 additions and 11 deletions
2
Makefile
2
Makefile
|
|
@ -1,6 +1,6 @@
|
|||
PREFIX = /usr/local
|
||||
TARGETLIBS = libfdt.a
|
||||
LIBOBJS = fdt.o fdt_ro.o fdt_wip.o #fdt_sw.o
|
||||
LIBOBJS = fdt.o fdt_ro.o fdt_wip.o fdt_sw.o
|
||||
|
||||
SOURCE = $(shell find . -maxdepth 1 ! -name version.h -a -name '*.[h]')
|
||||
SOURCE += *.c Makefile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue