xref: /netbsd/sys/arch/alpha/stand/bootxx_lfs/Makefile (revision 6550d01e)
1# $NetBSD: Makefile,v 1.4 2003/02/23 23:23:08 simonb Exp $
2
3PROG = bootxx_lfs
4CPPFLAGS += -DLIBSA_SINGLE_FILESYSTEM=lfsv2 \
5	    -DBOOTXX_FS_NAME='"LFS"' \
6	    -DBOOTXX_RAID1_SUPPORT \
7	    -DNO_GETCHAR
8# Use small daddr_t to avoid code bloat
9CPPFLAGS+=	-D__daddr_t=int32_t
10
11# not yet desired: -DBOOTXX_FS_TYPE=FS_BSDLFS
12
13PRIMARY_MAX_LOAD!=	expr 8192 - 512
14
15.include "../Makefile.bootxx"
16