]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/nand/Makefile
MFV: r333378
[FreeBSD/FreeBSD.git] / sys / modules / nand / Makefile
1 # $FreeBSD$
2
3 .PATH: ${SRCTOP}/sys/dev/nand
4
5 KMOD = nand
6 SRCS=   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>