diff options
| author | Simon Glass <[email protected]> | 2014-07-30 03:59:03 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2014-08-09 11:17:04 -0400 |
| commit | 0596d35d80f5090440bd9a2a2beaacb268ff59c0 (patch) | |
| tree | ae3d87ad5ca521d3f9f2f714fb9c0afe68e4c905 /lib/libfdt/Makefile | |
| parent | 5bf58ccc8ebd5270f64a20c4c54c98a96acbd7ed (diff) | |
fdt: Sync up with libfdt
This brings in changes up to commit f9e91a48 in the libfdt repo.
Mostly this is whitespace/minor changes. But there are a few new
features:
- fdt_size_cells() and fdt_address_cells()
- fdt_resize()
Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'lib/libfdt/Makefile')
| -rw-r--r-- | lib/libfdt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libfdt/Makefile b/lib/libfdt/Makefile index a02c9b02add..6fe79e0b06e 100644 --- a/lib/libfdt/Makefile +++ b/lib/libfdt/Makefile @@ -5,7 +5,8 @@ # SPDX-License-Identifier: GPL-2.0+ # -COBJS-libfdt += fdt.o fdt_ro.o fdt_rw.o fdt_strerror.o fdt_sw.o fdt_wip.o fdt_empty_tree.o +COBJS-libfdt += fdt.o fdt_ro.o fdt_rw.o fdt_strerror.o fdt_sw.o fdt_wip.o \ + fdt_empty_tree.o fdt_addresses.o obj-$(CONFIG_OF_LIBFDT) += $(COBJS-libfdt) obj-$(CONFIG_FIT) += $(COBJS-libfdt) |
