diff options
| author | Warner Losh <imp@FreeBSD.org> | 2017-10-09 22:12:46 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2017-10-09 22:12:46 +0000 |
| commit | 8f409b435a6ce131f83a7ab191c207fac6590701 (patch) | |
| tree | 278eff2f1bbbaacfca8229898a22e86895289f36 /sys/boot/powerpc/uboot | |
| parent | 0b2c7b3f7ea46a391f195b16a8dd5bc9d35a83b2 (diff) | |
Notes
Diffstat (limited to 'sys/boot/powerpc/uboot')
| -rw-r--r-- | sys/boot/powerpc/uboot/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/boot/powerpc/uboot/Makefile b/sys/boot/powerpc/uboot/Makefile index 723a3258c81a..7de37574bb97 100644 --- a/sys/boot/powerpc/uboot/Makefile +++ b/sys/boot/powerpc/uboot/Makefile @@ -97,11 +97,10 @@ CFLAGS+= -I${.CURDIR}/../../uboot/lib CFLAGS+= -I${.OBJDIR}/../../uboot/lib # where to get libstand from -LIBSTAND= ${.OBJDIR}/../../libstand32/libstand.a CFLAGS+= -I${SASRC} -DPADD= ${LIBFICL} ${LIBUBOOT} ${LIBFDT} ${LIBUBOOT_FDT} ${LIBSTAND} -LDADD= ${LIBFICL} ${LIBUBOOT} ${LIBFDT} ${LIBUBOOT_FDT} ${LIBSTAND} +DPADD= ${LIBFICL} ${LIBUBOOT} ${LIBFDT} ${LIBUBOOT_FDT} ${LIBSA32} +LDADD= ${LIBFICL} ${LIBUBOOT} ${LIBFDT} ${LIBUBOOT_FDT} ${LIBSA32} loader.help: help.common help.uboot ${.CURDIR}/../../fdt/help.fdt cat ${.ALLSRC} | \ |
