Home | History | Annotate | Line # | Download | only in flash
Makefile revision 1.1
      1  1.1  ahoka #	$NetBSD: Makefile,v 1.1 2011/02/26 18:07:31 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.1  ahoka SRCS=	flash.c
     10  1.1  ahoka 
     11  1.1  ahoka .include <bsd.kmodule.mk>
     12