aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/powerpc/uboot/Makefile
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2017-10-09 22:12:32 +0000
committerWarner Losh <imp@FreeBSD.org>2017-10-09 22:12:32 +0000
commiteca8b9c449d522adf5c683b7fd09e562daa53161 (patch)
tree469b3ddd4451f575f1ab72fb7781cd5c3d50826c /sys/boot/powerpc/uboot/Makefile
parent6a971c173266ad15410557184195ea1bd681ab20 (diff)
Notes
Diffstat (limited to 'sys/boot/powerpc/uboot/Makefile')
-rw-r--r--sys/boot/powerpc/uboot/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/powerpc/uboot/Makefile b/sys/boot/powerpc/uboot/Makefile
index b18d8ebd6d68..723a3258c81a 100644
--- a/sys/boot/powerpc/uboot/Makefile
+++ b/sys/boot/powerpc/uboot/Makefile
@@ -98,7 +98,7 @@ CFLAGS+= -I${.OBJDIR}/../../uboot/lib
# where to get libstand from
LIBSTAND= ${.OBJDIR}/../../libstand32/libstand.a
-CFLAGS+= -I${.CURDIR}/../../../../lib/libstand/
+CFLAGS+= -I${SASRC}
DPADD= ${LIBFICL} ${LIBUBOOT} ${LIBFDT} ${LIBUBOOT_FDT} ${LIBSTAND}
LDADD= ${LIBFICL} ${LIBUBOOT} ${LIBFDT} ${LIBUBOOT_FDT} ${LIBSTAND}