[MAJOR] Add libfdt under BSD license

The libfdt is a good toolchain to parse a device tree.
This commit is contained in:
Korobov Nikita
2017-05-25 08:22:08 +03:00
parent 63723e1e7b
commit 7b468ec005
22 changed files with 5145 additions and 2 deletions
+15
View File
@@ -0,0 +1,15 @@
.include <bsd.init.mk>
SRCDIST= ${NETBSDSRCDIR}/external/bsd/libfdt/dist
.PATH: ${SRCDIST} ${SRCDIST}/include
INCSDIR=/usr/include/
INCS= \
fdt.h \
libfdt.h \
libfdt_env.h \
libfdt_internal.h
.include <bsd.prog.mk>