summaryrefslogtreecommitdiff
path: root/sys/arch/sbmips/stand/bootxx_lfs/Makefile
blob: 6f9e43d3cb6de0755d1932839f2b2a1fa406fdcf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $NetBSD: Makefile,v 1.3 2003/02/23 23:23:09 simonb Exp $

PROG = bootxx_lfs
CPPFLAGS += -DLIBSA_SINGLE_FILESYSTEM=lfsv2 \
	    -DBOOTXX_FS_NAME='"LFS"' \
	    -DNO_GETCHAR
# Use small daddr_t to avoid code bloat
CPPFLAGS+=	-D__daddr_t=int32_t

# not yet desired: -DBOOTXX_FS_TYPE=FS_BSDLFS

PRIMARY_MAX_LOAD!=	expr 8192 - 512

.include "../Makefile.bootxx"