mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-19 10:53:58 +00:00
drm/i915: Add opt_acpi.h and acpi_if.h to the source files
While here, sort the list of generated source files.
This commit is contained in:
parent
c71728dfaf
commit
762582f060
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=270571
@ -34,8 +34,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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user