0e8f635bc2
in the future nor driver (and any other future driver). Also simplify some of the code in the process, eg. saner flash attachment.
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>
|