Update for new libfdt location
This commit is contained in:
parent
0d9bd96367
commit
e4b9d0a850
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.1 2017/06/05 18:59:43 christos Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2017/06/08 17:24:31 skrll Exp $
|
||||
|
||||
LIBISPRIVATE= yes
|
||||
|
||||
|
@ -7,7 +7,7 @@ LIBISPRIVATE= yes
|
|||
LIB= fdt
|
||||
|
||||
.include "${.CURDIR}/../../Makefile.inc"
|
||||
.include "${.CURDIR}/../../dist/libfdt/Makefile.libfdt"
|
||||
.include "${.CURDIR}/../../../../../sys/external/bsd/libfdt/dist/Makefile.libfdt"
|
||||
|
||||
SRCS= ${LIBFDT_SRCS}
|
||||
|
||||
|
|
Loading…
Reference in New Issue