Home | History | Annotate | Line # | Download | only in bootxx_ffs
      1  1.3  tsutsui # $NetBSD: Makefile,v 1.3 2009/04/21 16:08:39 tsutsui Exp $
      2  1.1   simonb 
      3  1.1   simonb PRIMARY_PROG=	bootxx_ffs
      4  1.3  tsutsui CPPFLAGS+=	-DLIBSA_SINGLE_FILESYSTEM=ffsv1 \
      5  1.3  tsutsui 		-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