freebsd-dev/sys/modules/firmware/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
130 B
Makefile
Raw Normal View History

# $FreeBSD$
.PATH: ${SRCTOP}/sys/kern
KMOD= firmware
SRCS= subr_firmware.c vnode_if.h
EXPORT_SYMS= YES
.include <bsd.kmod.mk>