summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386/boot2/Makefile
diff options
context:
space:
mode:
authoryar <yar@FreeBSD.org>2004-08-27 15:01:56 +0000
committeryar <yar@FreeBSD.org>2004-08-27 15:01:56 +0000
commitdd8d6f138f3ed1089978b76d0d13a754a30b12f4 (patch)
tree051ca2a2d1dfa7342cbebdc6acdb1d7da646d740 /sys/boot/i386/boot2/Makefile
parenta50eabd4f12ba1f5aa3103edf661dc140f6942f5 (diff)
downloadFreeBSD-src-dd8d6f138f3ed1089978b76d0d13a754a30b12f4.zip
FreeBSD-src-dd8d6f138f3ed1089978b76d0d13a754a30b12f4.tar.gz
B1FLAGS -> BOOT_BOOT1_FLAGS, which is consistent with
naming of other boot-related make vars.
Diffstat (limited to 'sys/boot/i386/boot2/Makefile')
-rw-r--r--sys/boot/i386/boot2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/i386/boot2/Makefile b/sys/boot/i386/boot2/Makefile
index 3e23061..4111a35 100644
--- a/sys/boot/i386/boot2/Makefile
+++ b/sys/boot/i386/boot2/Makefile
@@ -5,7 +5,7 @@ FILES= boot boot1 boot2
NM?= nm
# A value of 0x80 enables LBA support.
-B1FLAGS= 0x80
+BOOT_BOOT1_FLAGS?= 0x80
BOOT_COMCONSOLE_PORT?= 0x3f8
BOOT_COMCONSOLE_SPEED?= 9600
@@ -27,7 +27,7 @@ CFLAGS= -Os \
-mno-align-long-strings \
-mrtd \
-D${BOOT2_UFS} \
- -DFLAGS=${B1FLAGS} \
+ -DFLAGS=${BOOT_BOOT1_FLAGS} \
-DSIOPRT=${BOOT_COMCONSOLE_PORT} \
-DSIOFMT=${B2SIOFMT} \
-DSIOSPD=${BOOT_COMCONSOLE_SPEED} \
OpenPOWER on IntegriCloud