mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-08 06:39:21 -04:00
12 lines
195 B
Makefile
12 lines
195 B
Makefile
# $NetBSD: Makefile,v 1.2 2011/06/28 18:14:12 ahoka Exp $
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
.PATH: ${S}/dev/flash
|
|
|
|
KMOD= flash
|
|
IOCONF= flash.ioconf
|
|
SRCS= flash.c flash_io.c
|
|
|
|
.include <bsd.kmodule.mk>
|