a7e4dbbd51f15c78054f9497f838958f26c1b11d
[dragonfly.git] / sys / dev / netif / emx / Makefile
1 KMOD=   if_emx
2 SRCS=   if_emx.c
3 SRCS+=  device_if.h bus_if.h pci_if.h
4 SRCS+=  opt_ifpoll.h opt_ktr.h opt_emx.h
5
6 .ifndef BUILDING_WITH_KERNEL
7
8 opt_ifpoll.h:
9         touch ${.OBJDIR}/${.TARGET}
10
11 opt_emx.h:
12         touch ${.OBJDIR}/${.TARGET}
13
14 .endif
15
16 .include <bsd.kmod.mk>