1# $FreeBSD: stable/11/sys/modules/nand/Makefile 319182 2017-05-30 04:11:12Z ngie $
2
3.PATH: ${SRCTOP}/sys/dev/nand
4
5KMOD = nand
6SRCS=	nand.c nand_bbt.c nand_cdev.c nand_generic.c nand_geom.c \
7	nand_id.c nandbus.c nandbus_if.c nand_if.c nfc_if.c \
8	nand_if.h device_if.h bus_if.h nfc_if.h nandbus_if.h
9
10.include <bsd.kmod.mk>
11