MFC r270571 (by dumbbell):

drm/i915: Add opt_acpi.h and acpi_if.h to the source files
This commit is contained in:
kib 2015-03-14 11:36:47 +00:00
parent 7379a65eb4
commit f934422af1

View File

@ -35,8 +35,18 @@ SRCS = \
SRCS += i915_ioc32.c
.endif
SRCS += device_if.h fb_if.h bus_if.h pci_if.h iicbus_if.h iicbb_if.h \
opt_drm.h opt_compat.h opt_syscons.h
SRCS += \
opt_acpi.h \
opt_compat.h \
opt_drm.h \
opt_syscons.h \
acpi_if.h \
bus_if.h \
fb_if.h \
device_if.h \
iicbb_if.h \
iicbus_if.h \
pci_if.h
.include <bsd.kmod.mk>