diff options
| author | Landon J. Fuller <landonf@FreeBSD.org> | 2017-11-22 23:10:20 +0000 |
|---|---|---|
| committer | Landon J. Fuller <landonf@FreeBSD.org> | 2017-11-22 23:10:20 +0000 |
| commit | 2f909a9f748ff46c4217b02a2ad5a5c9eefa4c8d (patch) | |
| tree | e645e2cd1e8f33471b8dee52ebff7e9478706c9d /sys/modules/bhnd | |
| parent | 1b7a3d1f5ffe700203f12654cd01a08a84551b4a (diff) | |
Notes
Diffstat (limited to 'sys/modules/bhnd')
| -rw-r--r-- | sys/modules/bhnd/Makefile | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/sys/modules/bhnd/Makefile b/sys/modules/bhnd/Makefile index eb2b9ff7c668..4c45dcb0f484 100644 --- a/sys/modules/bhnd/Makefile +++ b/sys/modules/bhnd/Makefile @@ -15,11 +15,19 @@ SRCS+= bhnd_erom_if.c bhnd_erom_if.h # ChipCommon SRCS+= chipc.c chipc_subr.c + +SRCS+= chipc_gpio.c +SRCS+= gpio_if.h + SRCS+= bhnd_sprom_chipc.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_pwrctl.c \ + bhnd_pwrctl_subr.c \ + bhnd_pwrctl_if.c \ + bhnd_pwrctl_if.h +SRCS+= bhnd_pwrctl_hostb_if.c bhnd_pwrctl_hostb_if.h + SRCS+= bhnd_chipc_if.c bhnd_chipc_if.h # PMU |
