NetBSD/sys/arch/pc532/stand/Makefile.inc

20 lines
520 B
PHP
Raw Normal View History

1999-02-06 18:20:26 +03:00
# $NetBSD: Makefile.inc,v 1.4 1999/02/06 15:20:26 jonb Exp $
BINDIR= /usr/mdec
# Load at 0x260000 + 2800 * 512
# That way the boot code will be at the correct address if the floppy
# image is started from memory.
RELOC= 3BE000
CLEANFILES+= ${PROG}.sym ${PROG}
1999-02-06 18:20:26 +03:00
CPPFLAGS+= -DSCNCONSOLE -D_STANDALONE -DINSECURE
# Limit the alloc() heap to below 4mb
CPPFLAGS+= -DHEAP_LIMIT=0x400000
COMMONSOURCE= srt0.S conf.c cons.c devopen.c filesystem.c \
machdep.c prf.c
DRIVERSOURCE= md.c scn.c scsi_hi.c scsi_low.c sd.c