Home | History | Annotate | Line # | Download | only in bootxx_ffsv2
      1  1.1  tsutsui # $NetBSD: Makefile,v 1.1 2009/04/21 16:08:39 tsutsui Exp $
      2  1.1  tsutsui 
      3  1.1  tsutsui PRIMARY_PROG=	bootxx_ffsv2
      4  1.1  tsutsui CPPFLAGS+=	-DLIBSA_SINGLE_FILESYSTEM=ffsv2 \
      5  1.1  tsutsui 		-DBOOTXX_FS_NAME='"FFSv2"'
      6  1.1  tsutsui # Use small daddr_t to avoid code bloat
      7  1.1  tsutsui CPPFLAGS+=	-D__daddr_t=int32_t
      8  1.1  tsutsui 
      9  1.1  tsutsui PRIMARY_MAX_LOAD!=	expr 8192 - 512
     10  1.1  tsutsui 
     11  1.1  tsutsui .include "../Makefile.booters"
     12