ftigeot's projects
/
dragonfly.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
drm/linux: Port kfifo.h to DragonFly BSD
[dragonfly.git]
/
sys
/
dev
/
misc
/
efirt
/
Makefile
1
# $FreeBSD: head/sys/modules/efirt/Makefile 307070 2016-10-11 22:24:30Z imp $
2
3
.PATH: ${.CURDIR}/../../../platform/${MACHINE_PLATFORM}/${MACHINE_ARCH}
4
5
KMOD= efirt
6
SRCS= efirt.c efidev.c
7
SRCS+= device_if.h bus_if.h
8
9
.include <bsd.kmod.mk>