mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 23:06:12 -05:00
This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon
9 lines
210 B
Makefile
9 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>
|