xref: /netbsd/sys/arch/emips/stand/bootxx_lfs/Makefile (revision 6550d01e)
1# $NetBSD: Makefile,v 1.1 2011/01/26 01:18:53 pooka Exp $
2
3PRIMARY_PROG=	bootxx_lfs
4CPPFLAGS+=	-DLIBSA_SINGLE_FILESYSTEM=lfsv2 \
5		-DBOOTXX_FS_NAME='"LFS"'
6# Use small daddr_t to avoid code bloat
7CPPFLAGS+=	-D__daddr_t=int32_t
8
9PRIMARY_MAX_LOAD!=	expr 8192 + 512
10
11.include "../Makefile.booters"
12