]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/modules/nand/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / sys / modules / nand / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../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 MFILES= kern/bus_if.m kern/device_if.m dev/nand/nfc_if.m \
11         dev/nand/nand_if.m dev/nand/nandbus_if.m
12
13 .include <bsd.kmod.mk>