summaryrefslogtreecommitdiffstats
path: root/sys/boot/alpha/boot1
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1999-09-03 19:42:18 +0000
committermsmith <msmith@FreeBSD.org>1999-09-03 19:42:18 +0000
commitfc224426ed4ab8a5e328690796fa0b41fa490b31 (patch)
treef6454e2bee072f4d272ac74346200f72721f4d64 /sys/boot/alpha/boot1
parent3a2a2ef94263b7ce1524a3e8e6c756614d0e5add (diff)
downloadFreeBSD-src-fc224426ed4ab8a5e328690796fa0b41fa490b31.zip
FreeBSD-src-fc224426ed4ab8a5e328690796fa0b41fa490b31.tar.gz
Slight reorganisation of the Alpha/SRM loader build:
- Make as much of the makefile for each of the three flavours (disk, CDROM, net) common. - Special-case the libalpha startup module on its use in boot1, not the other way around. - Build the loader out of a "loader" directory Reviewed by: mjacob, dfr
Diffstat (limited to 'sys/boot/alpha/boot1')
-rw-r--r--sys/boot/alpha/boot1/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/boot/alpha/boot1/Makefile b/sys/boot/alpha/boot1/Makefile
index bfbcb7a..dd12ce6 100644
--- a/sys/boot/alpha/boot1/Makefile
+++ b/sys/boot/alpha/boot1/Makefile
@@ -13,6 +13,7 @@ CFLAGS+= -I${.CURDIR}/../../common -I${.CURDIR}
CFLAGS+= -I${LIBSTANDDIR}
CFLAGS+= -I${.CURDIR}/..
CFLAGS+= -DSECONDARY_LOAD_ADDRESS=${SECONDARY_LOAD_ADDRESS} -DMINIMAL
+CFLAGS+= -DBOOT1
NOMAN=1
STRIP=
BINDIR?= /boot
OpenPOWER on IntegriCloud