Skip to content

Commit

Permalink
Add opt_epoch.h to Makefiles to solve dependecy in if_var.h.
Browse files Browse the repository at this point in the history
  • Loading branch information
johalun committed Sep 25, 2019
1 parent 11cf2dc commit b486949
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion amd/amdgpu/Makefile
Expand Up @@ -394,7 +394,7 @@ CFLAGS+= '-DLINUXKPI_PARAM_PREFIX=amdgpu_'
CFLAGS+= -include ${SRCDIR:H}/drm_os_config.h

SRCS+= device_if.h vnode_if.h bus_if.h pci_if.h device_if.h iicbus_if.h opt_drm.h \
opt_vm.h opt_compat.h opt_syscons.h opt_acpi.h
opt_vm.h opt_compat.h opt_syscons.h opt_acpi.h opt_epoch.h

.include <bsd.kmod.mk>

Expand Down
2 changes: 1 addition & 1 deletion amd/amdkfd/Makefile
Expand Up @@ -58,7 +58,7 @@ CFLAGS+= '-DLINUXKPI_PARAM_PREFIX=amdkfd_'
CFLAGS+= '-DKBUILD_MODNAME="${KMOD}"'

SRCS+= device_if.h vnode_if.h bus_if.h pci_if.h device_if.h iicbus_if.h opt_drm.h \
opt_vm.h opt_compat.h opt_syscons.h
opt_vm.h opt_compat.h opt_syscons.h opt_epoch.h

.include <bsd.kmod.mk>

Expand Down
1 change: 1 addition & 0 deletions drm/Makefile
Expand Up @@ -109,6 +109,7 @@ SRCS+= device_if.h \
opt_drm.h \
opt_vm.h \
opt_compat.h \
opt_epoch.h \
opt_syscons.h

.if ${MACHINE_CPUARCH} == "powerpc"
Expand Down
1 change: 1 addition & 0 deletions i915/Makefile
Expand Up @@ -160,6 +160,7 @@ SRCS += \
opt_acpi.h \
opt_compat.h \
opt_drm.h \
opt_epoch.h \
opt_syscons.h \
acpi_if.h \
bus_if.h \
Expand Down
1 change: 1 addition & 0 deletions linuxkpi/Makefile
Expand Up @@ -39,6 +39,7 @@ SRCS+= linux_acpi.c \
SRCS+= bus_if.h \
device_if.h \
pci_if.h \
opt_epoch.h \
vnode_if.h


Expand Down
2 changes: 1 addition & 1 deletion radeon/Makefile
Expand Up @@ -138,7 +138,7 @@ CFLAGS.gcc+= -Wno-redundant-decls -Wno-cast-qual -Wno-unused-but-set-variable \
-Wno-maybe-uninitialized

SRCS+= device_if.h vnode_if.h bus_if.h pci_if.h device_if.h iicbus_if.h opt_drm.h \
opt_vm.h opt_compat.h opt_syscons.h
opt_vm.h opt_compat.h opt_syscons.h opt_epoch.h

.include <bsd.kmod.mk>

Expand Down
1 change: 1 addition & 0 deletions ttm/Makefile
Expand Up @@ -43,6 +43,7 @@ SRCS+= device_if.h \
opt_drm.h \
opt_vm.h \
opt_compat.h \
opt_epoch.h \
opt_syscons.h

.if ${MACHINE_CPUARCH} == "powerpc"
Expand Down
1 change: 1 addition & 0 deletions vmwgfx/Makefile
Expand Up @@ -60,6 +60,7 @@ SRCS += \
opt_acpi.h \
opt_compat.h \
opt_drm.h \
opt_epoch.h \
opt_platform.h \
opt_splash.h \
opt_syscons.h \
Expand Down

0 comments on commit b486949

Please sign in to comment.