[MAJOR] Add libfdt under BSD license
The libfdt is a good toolchain to parse a device tree.
This commit is contained in:
Vendored
+15
@@ -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>
|
||||
Reference in New Issue
Block a user