diff options
| author | Landon J. Fuller <landonf@FreeBSD.org> | 2017-11-22 20:27:46 +0000 |
|---|---|---|
| committer | Landon J. Fuller <landonf@FreeBSD.org> | 2017-11-22 20:27:46 +0000 |
| commit | 4e96bf3a37e326dcb741f289d8adfac8884cca78 (patch) | |
| tree | cfbdc4fef8416b6d33d8cbdee639c4a3a1befb0f /sys/modules/bhnd | |
| parent | 512bd18da5a0eab33f48b56327fb7812bb05e886 (diff) | |
Notes
Diffstat (limited to 'sys/modules/bhnd')
| -rw-r--r-- | sys/modules/bhnd/Makefile | 6 | ||||
| -rw-r--r-- | sys/modules/bhnd/bhndb/Makefile | 1 | ||||
| -rw-r--r-- | sys/modules/bhnd/bhndb_pci/Makefile | 1 | ||||
| -rw-r--r-- | sys/modules/bhnd/siba/Makefile | 3 |
4 files changed, 8 insertions, 3 deletions
diff --git a/sys/modules/bhnd/Makefile b/sys/modules/bhnd/Makefile index 992e98011321..eb2b9ff7c668 100644 --- a/sys/modules/bhnd/Makefile +++ b/sys/modules/bhnd/Makefile @@ -16,8 +16,10 @@ SRCS+= bhnd_erom_if.c bhnd_erom_if.h # ChipCommon SRCS+= chipc.c chipc_subr.c SRCS+= bhnd_sprom_chipc.c \ - bhnd_pmu_chipc.c \ - bhnd_pwrctl.c bhnd_pwrctl_subr.c + bhnd_pmu_chipc.c +SRCS+= bhnd_pwrctl.c bhnd_pwrctl_subr.c \ + bhnd_pwrctl_if.c bhnd_pwrctl_if.h \ + bhnd_pwrctl_hostb_if.c bhnd_pwrctl_hostb_if.h SRCS+= bhnd_chipc_if.c bhnd_chipc_if.h # PMU diff --git a/sys/modules/bhnd/bhndb/Makefile b/sys/modules/bhnd/bhndb/Makefile index 36f01ca3e349..87ac5ef231bd 100644 --- a/sys/modules/bhnd/bhndb/Makefile +++ b/sys/modules/bhnd/bhndb/Makefile @@ -10,6 +10,7 @@ SRCS= bhndb.c bhndb_subr.c bhndb_hwdata.c \ SRCS+= bhnd_bus_if.h \ bhnd_chipc_if.h \ bhnd_erom_if.h \ + bhnd_pwrctl_hostb_if.h \ bhnd_nvram_if.h SRCS+= device_if.h bus_if.h pci_if.h diff --git a/sys/modules/bhnd/bhndb_pci/Makefile b/sys/modules/bhnd/bhndb_pci/Makefile index 5ede56c7df6f..97aa7496e7ff 100644 --- a/sys/modules/bhnd/bhndb_pci/Makefile +++ b/sys/modules/bhnd/bhndb_pci/Makefile @@ -8,6 +8,7 @@ SRCS= bhndb_pci.c bhndb_pci_hwdata.c \ SRCS+= bhnd_bus_if.h bhndb_bus_if.h bhndb_if.h SRCS+= bhnd_erom_if.h SRCS+= bhnd_nvram_if.h +SRCS+= bhnd_pwrctl_hostb_if.h SRCS+= device_if.h bus_if.h pci_if.h diff --git a/sys/modules/bhnd/siba/Makefile b/sys/modules/bhnd/siba/Makefile index addb797542a3..2c9a1391378f 100644 --- a/sys/modules/bhnd/siba/Makefile +++ b/sys/modules/bhnd/siba/Makefile @@ -7,6 +7,7 @@ SRCS= siba.c siba_subr.c \ siba_erom.c SRCS+= device_if.h bus_if.h -SRCS+= bhnd_bus_if.h bhnd_erom_if.h bhnd_pmu_if.h +SRCS+= bhnd_bus_if.h bhnd_erom_if.h \ + bhnd_pmu_if.h bhnd_pwrctl_if.h .include <bsd.kmod.mk> |
