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