193d9e768b
This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon
10 lines
210 B
Makefile
10 lines
210 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/dev/nand
|
|
|
|
KMOD= nandsim
|
|
SRCS= nandsim.c nandsim_chip.c nandsim_swap.c nandsim_ctrl.c nandsim_log.c\
|
|
bus_if.h device_if.h vnode_if.h nfc_if.h nand_if.h
|
|
|
|
.include <bsd.kmod.mk>
|