Deleted Added
full compact
Makefile (283505) Makefile (283510)
1# $FreeBSD: stable/10/sys/boot/arm/uboot/Makefile 283505 2015-05-25 01:06:55Z ian $
1# $FreeBSD: stable/10/sys/boot/arm/uboot/Makefile 283510 2015-05-25 01:29:45Z ian $
2
3.include <bsd.own.mk>
4
5FILES= ubldr ubldr.bin
6
7NEWVERSWHAT= "U-Boot loader" ${MACHINE_ARCH}
8BINDIR?= /boot
9INSTALLFLAGS= -b

--- 62 unchanged lines hidden (view full) ---

72.if ${LOADER_FDT_SUPPORT} == "yes"
73CFLAGS+= -I${.CURDIR}/../../fdt
74CFLAGS+= -I${.OBJDIR}/../../fdt
75CFLAGS+= -DLOADER_FDT_SUPPORT
76LIBUBOOT_FDT= ${.OBJDIR}/../../uboot/fdt/libuboot_fdt.a
77LIBFDT= ${.OBJDIR}/../../fdt/libfdt.a
78.endif
79
2
3.include <bsd.own.mk>
4
5FILES= ubldr ubldr.bin
6
7NEWVERSWHAT= "U-Boot loader" ${MACHINE_ARCH}
8BINDIR?= /boot
9INSTALLFLAGS= -b

--- 62 unchanged lines hidden (view full) ---

72.if ${LOADER_FDT_SUPPORT} == "yes"
73CFLAGS+= -I${.CURDIR}/../../fdt
74CFLAGS+= -I${.OBJDIR}/../../fdt
75CFLAGS+= -DLOADER_FDT_SUPPORT
76LIBUBOOT_FDT= ${.OBJDIR}/../../uboot/fdt/libuboot_fdt.a
77LIBFDT= ${.OBJDIR}/../../fdt/libfdt.a
78.endif
79
80CFLAGS+= -DNETIF_OPEN_CLOSE_ONCE
81
80.if ${MK_FORTH} != "no"
81# Enable BootForth
82BOOT_FORTH= yes
83CFLAGS+= -DBOOT_FORTH -I${.CURDIR}/../../ficl -I${.CURDIR}/../../ficl/arm
84LIBFICL= ${.OBJDIR}/../../ficl/libficl.a
85.endif
86
87# Always add MI sources

--- 71 unchanged lines hidden ---
82.if ${MK_FORTH} != "no"
83# Enable BootForth
84BOOT_FORTH= yes
85CFLAGS+= -DBOOT_FORTH -I${.CURDIR}/../../ficl -I${.CURDIR}/../../ficl/arm
86LIBFICL= ${.OBJDIR}/../../ficl/libficl.a
87.endif
88
89# Always add MI sources

--- 71 unchanged lines hidden ---