mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-10 15:46:33 -04:00
17 lines
278 B
Makefile
17 lines
278 B
Makefile
# $NetBSD: Makefile,v 1.4 2012/11/03 11:48:54 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
|
|
SRCS+= nand_samsung.c
|
|
|
|
.include <bsd.kmodule.mk>
|