[Pdbg] [PATCH] libfdt: Install libfdt header files

Amitay Isaacs amitay at ozlabs.org
Wed Mar 4 15:15:27 AEDT 2020


On Wed, 2020-03-04 at 14:44 +1100, Alistair Popple wrote:
> What did we need this for? Do we leak abstractions from libfdt into
> the 
> libpdbg API?

This is required if you don't have system installed fdt.  If you are
using the bundled version of libfdt, then make install would not
install fdt header files.


> 
> - Alistair
> 
> On Wednesday, 20 November 2019 6:26:27 PM AEDT Amitay Isaacs wrote:
> > Signed-off-by: Amitay Isaacs <amitay at ozlabs.org>
> > ---
> >  libfdt/Makefile.am | 2 ++
> >  1 file changed, 2 insertions(+)
> > 
> > diff --git a/libfdt/Makefile.am b/libfdt/Makefile.am
> > index df82d55..17c7348 100644
> > --- a/libfdt/Makefile.am
> > +++ b/libfdt/Makefile.am
> > @@ -5,6 +5,8 @@ ACLOCAL_AMFLAGS = -Im4
> > 
> >  lib_LTLIBRARIES = libfdt.la
> > 
> > +include_HEADERS = libfdt.h libfdt_env.h fdt.h
> > +
> >  libfdt_la_SOURCES = \
> >  	fdt_addresses.c \
> >  	fdt.c \
> 
> 
> 

Amitay.
-- 

Some people get way too much satisfaction off the net.



More information about the Pdbg mailing list