]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/vmd/Makefile
Merge ^/vendor/lld/dist up to its last change, and resolve conflicts.
[FreeBSD/FreeBSD.git] / sys / modules / vmd / Makefile
1 # $FreeBSD$
2
3 .PATH: ${SRCTOP}/sys/dev/vmd
4
5 KMOD=   vmd
6
7 SRCS=   \
8         vmd_bus.c       \
9         vmd.c           \
10         bus_if.h        \
11         device_if.h     \
12         pci_if.h        \
13         pcib_if.h       \
14         opt_global.h    \
15
16 CFLAGS+=        -include opt_global.h
17
18 opt_global.h:
19         echo "#define NEW_PCIB 1"       >> ${.TARGET}
20
21 .include <bsd.kmod.mk>