| Commit | Line | Data |
|---|---|---|
| 5330213c SZ |
1 | KMOD= if_emx |
| 2 | SRCS= if_emx.c | |
| 3 | SRCS+= device_if.h bus_if.h pci_if.h | |
| b3a7093f | 4 | SRCS+= opt_ifpoll.h opt_ktr.h opt_serializer.h opt_emx.h opt_rss.h |
| 5330213c SZ |
5 | |
| 6 | KMODDEPS = ig_hal | |
| 7 | ||
| 8 | .ifndef BUILDING_WITH_KERNEL | |
| e6cde6e6 | 9 | |
| b3a7093f SZ |
10 | opt_ifpoll.h: |
| 11 | touch ${.OBJDIR}/${.TARGET} | |
| 5330213c SZ |
12 | |
| 13 | opt_serializer.h: | |
| 14 | touch ${.OBJDIR}/${.TARGET} | |
| e6cde6e6 SZ |
15 | |
| 16 | opt_emx.h: | |
| 17 | touch ${.OBJDIR}/${.TARGET} | |
| 18 | ||
| 8434a83b SZ |
19 | opt_rss.h: |
| 20 | touch ${.OBJDIR}/${.TARGET} | |
| 21 | ||
| 5330213c SZ |
22 | .endif |
| 23 | ||
| 24 | .include <bsd.kmod.mk> |