Home | History | Annotate | Line # | Download | only in bootxx_ffs
Makefile revision 1.2.108.1
      1  1.2.108.1    yamt # $NetBSD: Makefile,v 1.2.108.1 2009/05/04 08:11:42 yamt Exp $
      2        1.1  simonb 
      3        1.1  simonb PRIMARY_PROG=	bootxx_ffs
      4  1.2.108.1    yamt CPPFLAGS+=	-DLIBSA_SINGLE_FILESYSTEM=ffsv1 \
      5  1.2.108.1    yamt 		-DBOOTXX_FS_NAME='"FFSv1"'
      6        1.2  simonb # Use small daddr_t to avoid code bloat
      7        1.2  simonb CPPFLAGS+=	-D__daddr_t=int32_t
      8        1.1  simonb 
      9        1.1  simonb PRIMARY_MAX_LOAD!=	expr 8192 - 512
     10        1.1  simonb 
     11        1.1  simonb .include "../Makefile.booters"
     12