xref: /netbsd/sys/arch/sbmips/stand/bootxx_ffs/Makefile (revision 6550d01e)
1# $NetBSD: Makefile,v 1.2 2003/02/01 23:58:49 simonb Exp $
2
3PROG = bootxx_ffs
4CPPFLAGS += -DLIBSA_SINGLE_FILESYSTEM=ufs \
5	    -DBOOTXX_FS_NAME='"FFS"' \
6	    -DNO_GETCHAR
7# Use small daddr_t to avoid code bloat
8CPPFLAGS+=	-D__daddr_t=int32_t
9
10# not yet desired: -DBOOTXX_FS_TYPE=FS_BSDFFS
11
12PRIMARY_MAX_LOAD!=	expr 8192 - 512
13
14.include "../Makefile.bootxx"
15