NetBSD/sys/modules/nand/Makefile
ahoka 0e8f635bc2 Refactor flash and nand driver, so we can reuse the io thread code
in the future nor driver (and any other future driver).

Also simplify some of the code in the process, eg. saner flash attachment.
2011-06-28 18:14:11 +00:00

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>