Home | History | Annotate | Line # | Download | only in flash
Makefile revision 1.2
      1  1.2  ahoka #	$NetBSD: Makefile,v 1.2 2011/06/28 18:14:12 ahoka Exp $
      2  1.1  ahoka 
      3  1.1  ahoka .include "../Makefile.inc"
      4  1.1  ahoka 
      5  1.1  ahoka .PATH:	${S}/dev/flash
      6  1.1  ahoka 
      7  1.1  ahoka KMOD=	flash
      8  1.1  ahoka IOCONF=	flash.ioconf
      9  1.2  ahoka SRCS=	flash.c flash_io.c
     10  1.1  ahoka 
     11  1.1  ahoka .include <bsd.kmodule.mk>
     12