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