aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/linuxkpi/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/linuxkpi/Makefile')
-rw-r--r--sys/modules/linuxkpi/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/modules/linuxkpi/Makefile b/sys/modules/linuxkpi/Makefile
index 897c86f51733..2ed6cda98b17 100644
--- a/sys/modules/linuxkpi/Makefile
+++ b/sys/modules/linuxkpi/Makefile
@@ -8,7 +8,6 @@ SRCS= linux_compat.c \
linux_dmi.c \
linux_domain.c \
linux_firmware.c \
- linux_fpu.c \
linux_hrtimer.c \
linux_idr.c \
linux_interrupt.c \
@@ -36,7 +35,7 @@ SRCS= linux_compat.c \
.if ${MACHINE_CPUARCH} == "aarch64" || ${MACHINE_CPUARCH} == "amd64" || \
${MACHINE_CPUARCH} == "i386"
-SRCS+= opt_acpi.h acpi_if.h linux_acpi.c
+SRCS+= opt_acpi.h acpi_if.h linux_acpi.c linux_fpu.c
.endif
SRCS+= opt_ddb.h