diff options
| author | Emmanuel Vadot <manu@FreeBSD.org> | 2021-01-12 11:02:38 +0000 |
|---|---|---|
| committer | Emmanuel Vadot <manu@FreeBSD.org> | 2021-01-12 11:31:00 +0000 |
| commit | 11d62b6f31ab4e99df6d0c6c23406b57eaa37f41 (patch) | |
| tree | a365c3f0ec126cbb9003cbae175c301605c94461 /sys/modules/linuxkpi/Makefile | |
| parent | 2c95fb753fb20e82c16356537204d8583e125be0 (diff) | |
Diffstat (limited to 'sys/modules/linuxkpi/Makefile')
| -rw-r--r-- | sys/modules/linuxkpi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/linuxkpi/Makefile b/sys/modules/linuxkpi/Makefile index c043a4e40dc6..f9ae0e60e339 100644 --- a/sys/modules/linuxkpi/Makefile +++ b/sys/modules/linuxkpi/Makefile @@ -26,7 +26,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+= ${LINUXKPI_GENSRCS} |
