Home | History | Annotate | Line # | Download | only in bootxx_lfs
Makefile revision 1.1.2.2
      1  1.1.2.2  bouyer # $NetBSD: Makefile,v 1.1.2.2 2011/02/08 18:05:09 bouyer Exp $
      2  1.1.2.2  bouyer 
      3  1.1.2.2  bouyer PRIMARY_PROG=	bootxx_lfs
      4  1.1.2.2  bouyer CPPFLAGS+=	-DLIBSA_SINGLE_FILESYSTEM=lfsv2 \
      5  1.1.2.2  bouyer 		-DBOOTXX_FS_NAME='"LFS"'
      6  1.1.2.2  bouyer # Use small daddr_t to avoid code bloat
      7  1.1.2.2  bouyer CPPFLAGS+=	-D__daddr_t=int32_t
      8  1.1.2.2  bouyer 
      9  1.1.2.2  bouyer PRIMARY_MAX_LOAD!=	expr 8192 + 512
     10  1.1.2.2  bouyer 
     11  1.1.2.2  bouyer .include "../Makefile.booters"
     12