aboutsummaryrefslogblamecommitdiff
path: root/sys/modules/efirt/Makefile
blob: af5cee4ee4bb137e85d65e3b928e9a45ac1dd146 (plain) (tree)
1
2
3
4
5
6
7
8
9
10

           

                                          

             
                                        
                            

                      
# $FreeBSD$

.PATH: ${SRCTOP}/sys/${MACHINE}/${MACHINE}
.PATH: ${SRCTOP}/sys/dev/efidev

KMOD=	efirt
SRCS=	efirt.c efirt_machdep.c efidev.c
SRCS+=  device_if.h bus_if.h

.include <bsd.kmod.mk>