Home | History | Annotate | Line # | Download | only in bootxx_lfs
Makefile revision 1.1.1.1.4.2
      1  1.1.1.1.4.2  martin # $NetBSD: Makefile,v 1.1.1.1.4.2 2017/08/30 15:45:05 martin Exp $
      2  1.1.1.1.4.2  martin 
      3  1.1.1.1.4.2  martin PROG = bootxx_lfs
      4  1.1.1.1.4.2  martin CPPFLAGS += -DLIBSA_SINGLE_FILESYSTEM=lfsv2 \
      5  1.1.1.1.4.2  martin 	    -DBOOTXX_FS_NAME='"LFS"' \
      6  1.1.1.1.4.2  martin 	    -DNO_GETCHAR
      7  1.1.1.1.4.2  martin # Use small daddr_t to avoid code bloat
      8  1.1.1.1.4.2  martin CPPFLAGS+=	-D__daddr_t=int32_t
      9  1.1.1.1.4.2  martin 
     10  1.1.1.1.4.2  martin # not yet desired: -DBOOTXX_FS_TYPE=FS_BSDLFS
     11  1.1.1.1.4.2  martin 
     12  1.1.1.1.4.2  martin PRIMARY_MAX_LOAD!=	expr 8192 - 512
     13  1.1.1.1.4.2  martin 
     14  1.1.1.1.4.2  martin .include "../Makefile.bootxx"
     15