Home | History | Annotate | Line # | Download | only in cdboot
      1  1.1  skrll #	$NetBSD: Makefile,v 1.1 2014/02/24 07:23:43 skrll Exp $
      2  1.1  skrll 
      3  1.1  skrll PROG=		cdboot
      4  1.1  skrll PROGSOURCE=	srt0.S cdboot.c conf.c
      5  1.1  skrll NEWVERSWHAT=	"CD Boot"
      6  1.1  skrll 
      7  1.1  skrll CLEANFILES+=	boot.gdb boot.map
      8  1.1  skrll 
      9  1.1  skrll # IODC can handle only 2GB, and need not to use 64bit integer
     10  1.1  skrll CPPFLAGS+=	-D__daddr_t=int32_t
     11  1.1  skrll 
     12  1.1  skrll #CPPFLAGS+=	-DDEBUGBUG
     13  1.1  skrll #CPPFLAGS+=	-DPDCDEBUG
     14  1.1  skrll #CPPFLAGS+=	-DEXEC_DEBUG
     15  1.1  skrll CPPFLAGS+=	-Wmissing-prototypes -Wstrict-prototypes
     16  1.1  skrll WARNS=	2
     17  1.1  skrll 
     18  1.1  skrll .include "../Makefile.buildboot"
     19