diff options
| author | Landon J. Fuller <landonf@FreeBSD.org> | 2016-11-26 23:22:32 +0000 |
|---|---|---|
| committer | Landon J. Fuller <landonf@FreeBSD.org> | 2016-11-26 23:22:32 +0000 |
| commit | 77cb4d3e5016a2fd090d07ed3e01a199723641d9 (patch) | |
| tree | eefb722db9e959216f82ba0d0d320df9d68a9a4e /sys/modules/bhnd | |
| parent | b84ef73179e9018f9197ba5293c41459f3b468d3 (diff) | |
Notes
Diffstat (limited to 'sys/modules/bhnd')
| -rw-r--r-- | sys/modules/bhnd/Makefile | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/sys/modules/bhnd/Makefile b/sys/modules/bhnd/Makefile index 9c99afd6eaa2..21c7c816e0f9 100644 --- a/sys/modules/bhnd/Makefile +++ b/sys/modules/bhnd/Makefile @@ -27,11 +27,21 @@ SRCS+= bhnd_pmu.c \ SRCS+= bhnd_pmu_if.c bhnd_pmu_if.h # NVRAM/SPROM -SRCS+= bhnd_nvram.c \ - bhnd_nvram_parser.c \ - bhnd_sprom.c \ - bhnd_sprom_parser.c -SRCS+= bhnd_nvram_common.c +SRCS+= bhnd_nvram_data.c \ + bhnd_nvram_data_bcm.c \ + bhnd_nvram_data_bcmraw.c \ + bhnd_nvram_data_btxt.c \ + bhnd_nvram_data_sprom.c \ + bhnd_nvram_data_tlv.c \ + bhnd_nvram_io.c \ + bhnd_nvram_iobuf.c \ + bhnd_nvram_iores.c \ + bhnd_nvram_store.c \ + bhnd_nvram_subr.c \ + bhnd_nvram_value.c \ + bhnd_nvram_value_fmts.c \ + bhnd_nvram_value_prf.c \ + bhnd_sprom.c SRCS+= bhnd_nvram_map.h bhnd_nvram_map_data.h SRCS+= bhnd_nvram_if.c bhnd_nvram_if.h |
