Add nand_samsung.c to the module build too!

This commit is contained in:
ahoka 2012-11-03 11:48:54 +00:00
parent 2268525138
commit cc1cec2dd7
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.3 2011/06/28 18:14:12 ahoka Exp $
# $NetBSD: Makefile,v 1.4 2012/11/03 11:48:54 ahoka Exp $
.include "../Makefile.inc"
@ -11,5 +11,6 @@ SRCS+= nand_bbt.c
SRCS+= nand_crc.c
SRCS+= hamming.c
SRCS+= nand_micron.c
SRCS+= nand_samsung.c
.include <bsd.kmodule.mk>