diff options
| author | Warner Losh <imp@FreeBSD.org> | 2017-10-09 22:12:32 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2017-10-09 22:12:32 +0000 |
| commit | eca8b9c449d522adf5c683b7fd09e562daa53161 (patch) | |
| tree | 469b3ddd4451f575f1ab72fb7781cd5c3d50826c /sys/boot/powerpc/uboot/Makefile | |
| parent | 6a971c173266ad15410557184195ea1bd681ab20 (diff) | |
Notes
Diffstat (limited to 'sys/boot/powerpc/uboot/Makefile')
| -rw-r--r-- | sys/boot/powerpc/uboot/Makefile | 2 |
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} |
