xref: /freebsd/sys/modules/thunderbolt/Makefile (revision ee363e1bab6ffcf196afbf870e92a1e9abdd8f11)
1.PATH: ${SRCTOP}/sys/dev/thunderbolt
2
3KMOD=	tb
4SRCS=	nhi_pci.c nhi.c tb_pcib.c tb_acpi_pcib.c tb_debug.c nhi_wmi.c
5SRCS+=	router.c hcm.c tb_dev.c
6SRCS+=	opt_thunderbolt.h
7SRCS+=	device_if.h bus_if.h pci_if.h pcib_if.h tb_if.c tb_if.h
8SRCS+=	opt_acpi.h acpi_if.h acpi_wmi_if.h
9
10opt_thunderbolt.h:
11	echo "#define THUNDERBOLT_DEBUG 1" > ${.TARGET}
12
13.include <bsd.kmod.mk>
14