Fix make in sys/modules

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Li-Wen Hsu 2019-03-28 08:59:11 +00:00
parent 3cf75dbc4e
commit dac21b8d14
4 changed files with 4 additions and 1 deletions

View File

@ -9,6 +9,7 @@ SRCS+= efirtc.c
SRCS+= device_if.h bus_if.h clock_if.h
.if ${MACHINE_CPUARCH} == "amd64"
SRCS+= opt_hwpmc_hooks.h opt_kstack_pages.h
SRCS+= efirt_support.S
efirt_support.o: efirt_support.S assym.inc
${CC} -c -x assembler-with-cpp -DLOCORE ${CFLAGS} \

View File

@ -9,5 +9,6 @@ SRCS= \
mp_ring.c
SRCS+= ifdi_if.c
SRCS+= device_if.h bus_if.h pci_if.h pci_iov_if.h ifdi_if.h
SRCS+= opt_acpi.h opt_inet.h opt_inet6.h opt_sched.h
.include <bsd.kmod.mk>

View File

@ -9,5 +9,6 @@ SRCS= nvdimm.c \
nvdimm_spa.c
SRCS+= acpi_if.h bus_if.h device_if.h
SRCS+= opt_acpi.h opt_ddb.h
.include <bsd.kmod.mk>

View File

@ -8,6 +8,6 @@ SRCS= tpm.c bus_if.h device_if.h
#Bus specific stuff.
SRCS+= tpm_isa.c tpm_acpi.c isa_if.h opt_acpi.h acpi_if.h
#TPM 2.0
SRCS+= tpm20.c tpm_crb.c tpm_tis.c
SRCS+= tpm20.c tpm_crb.c tpm_tis.c opt_tpm.h
.include <bsd.kmod.mk>