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