Changeset View
Changeset View
Standalone View
Standalone View
sys/boot/mips/beri/loader/Makefile
Show First 20 Lines • Show All 66 Lines • ▼ Show 20 Lines | |||||
#CFLAGS+= -DLOADER_NET_SUPPORT | #CFLAGS+= -DLOADER_NET_SUPPORT | ||||
#CFLAGS+= -DLOADER_NFS_SUPPORT | #CFLAGS+= -DLOADER_NFS_SUPPORT | ||||
#CFLAGS+= -DLOADER_TFTP_SUPPORT | #CFLAGS+= -DLOADER_TFTP_SUPPORT | ||||
.if ${MK_FORTH} != "no" | .if ${MK_FORTH} != "no" | ||||
# Enable BootForth | # Enable BootForth | ||||
BOOT_FORTH= yes | BOOT_FORTH= yes | ||||
CFLAGS+= -DBOOT_FORTH -I${.CURDIR}/../../../ficl | CFLAGS+= -DBOOT_FORTH -I${.CURDIR}/../../../ficl | ||||
CFLAGS+= -I${.CURDIR}/../../../ficl/mips | CFLAGS+= -I${.CURDIR}/../../../ficl/mips64 | ||||
LIBFICL= ${.OBJDIR}/../../../ficl/libficl.a | LIBFICL= ${.OBJDIR}/../../../ficl/libficl.a | ||||
.endif | .endif | ||||
# Common code across BERI boot loader parts | # Common code across BERI boot loader parts | ||||
.PATH: ${.CURDIR}/../common | .PATH: ${.CURDIR}/../common | ||||
CFLAGS+= -I${.CURDIR}/../common | CFLAGS+= -I${.CURDIR}/../common | ||||
# Always add MI sources | # Always add MI sources | ||||
▲ Show 20 Lines • Show All 60 Lines • Show Last 20 Lines |