0e8f635bc2
in the future nor driver (and any other future driver). Also simplify some of the code in the process, eg. saner flash attachment.
16 lines
256 B
Makefile
16 lines
256 B
Makefile
# $NetBSD: Makefile,v 1.3 2011/06/28 18:14:12 ahoka Exp $
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
.PATH: ${S}/dev/nand
|
|
|
|
KMOD= nand
|
|
IOCONF= nand.ioconf
|
|
SRCS= nand.c
|
|
SRCS+= nand_bbt.c
|
|
SRCS+= nand_crc.c
|
|
SRCS+= hamming.c
|
|
SRCS+= nand_micron.c
|
|
|
|
.include <bsd.kmodule.mk>
|