d1bdfb40fd
(also resort some CFLAGS such that the more "important" value are first so they are easier to see)
13 lines
280 B
Makefile
13 lines
280 B
Makefile
# $FreeBSD$
|
|
|
|
BASE= loader
|
|
PROG= ${BASE}
|
|
NEWVERSWHAT= "SRM disk boot" alpha
|
|
INSTALL_HELP= yes
|
|
LOAD_ADDRESS= ${SECONDARY_LOAD_ADDRESS}
|
|
|
|
# Only disk support
|
|
CFLAGS+= -ffreestanding -DLOADER_DISK_SUPPORT # -DLOADER_EXT2FS_SUPPORT
|
|
|
|
.include <${.CURDIR}/../common/Makefile.common>
|