Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F154219473
D7774.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
3 KB
Referenced Files
None
Subscribers
None
D7774.diff
View Options
Index: head/sys/modules/bhnd/Makefile
===================================================================
--- head/sys/modules/bhnd/Makefile
+++ head/sys/modules/bhnd/Makefile
@@ -37,6 +37,8 @@
SRCS+= device_if.h bus_if.h
+SRCS+= opt_global.h
+
SUBDIR= bcma \
bcma_bhndb \
bhndb \
Index: head/sys/modules/bhnd/bcma/Makefile
===================================================================
--- head/sys/modules/bhnd/bcma/Makefile
+++ head/sys/modules/bhnd/bcma/Makefile
@@ -6,6 +6,6 @@
SRCS= bcma.c bcma_subr.c bcma_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 opt_global.h
.include <bsd.kmod.mk>
Index: head/sys/modules/bhnd/bcma_bhndb/Makefile
===================================================================
--- head/sys/modules/bhnd/bcma_bhndb/Makefile
+++ head/sys/modules/bhnd/bcma_bhndb/Makefile
@@ -7,6 +7,6 @@
SRCS+= bhnd_bus_if.h bhnd_erom_if.h
SRCS+= bhndb_bus_if.h bhndb_if.h
-SRCS+= device_if.h bus_if.h
+SRCS+= device_if.h bus_if.h opt_global.h
.include <bsd.kmod.mk>
Index: head/sys/modules/bhnd/bhndb/Makefile
===================================================================
--- head/sys/modules/bhnd/bhndb/Makefile
+++ head/sys/modules/bhnd/bhndb/Makefile
@@ -12,6 +12,6 @@
bhnd_erom_if.h \
bhnd_nvram_if.h
-SRCS+= device_if.h bus_if.h pci_if.h
+SRCS+= device_if.h bus_if.h pci_if.h opt_global.h
.include <bsd.kmod.mk>
Index: head/sys/modules/bhnd/bhndb_pci/Makefile
===================================================================
--- head/sys/modules/bhnd/bhndb_pci/Makefile
+++ head/sys/modules/bhnd/bhndb_pci/Makefile
@@ -8,6 +8,6 @@
SRCS+= bhnd_bus_if.h bhndb_bus_if.h bhndb_if.h
SRCS+= bhnd_nvram_if.h
-SRCS+= device_if.h bus_if.h pci_if.h
+SRCS+= device_if.h bus_if.h pci_if.h opt_global.h
.include <bsd.kmod.mk>
Index: head/sys/modules/bhnd/cores/bhnd_pci/Makefile
===================================================================
--- head/sys/modules/bhnd/cores/bhnd_pci/Makefile
+++ head/sys/modules/bhnd/cores/bhnd_pci/Makefile
@@ -5,6 +5,6 @@
KMOD= bhnd_pci
SRCS= bhnd_pci.c bhnd_pcie2.c
-SRCS+= device_if.h bus_if.h bhnd_bus_if.h
+SRCS+= device_if.h bus_if.h bhnd_bus_if.h opt_global.h
.include <bsd.kmod.mk>
Index: head/sys/modules/bhnd/cores/bhnd_pci_hostb/Makefile
===================================================================
--- head/sys/modules/bhnd/cores/bhnd_pci_hostb/Makefile
+++ head/sys/modules/bhnd/cores/bhnd_pci_hostb/Makefile
@@ -6,6 +6,6 @@
KMOD= bhnd_pci_hostb
SRCS= bhnd_pci_hostb.c bhnd_pcie2_hostb.c
SRCS+= device_if.h bus_if.h pci_if.h \
- bhnd_bus_if.h bhnd_chipc_if.h
+ bhnd_bus_if.h bhnd_chipc_if.h opt_global.h
.include <bsd.kmod.mk>
Index: head/sys/modules/bhnd/cores/bhnd_pcib/Makefile
===================================================================
--- head/sys/modules/bhnd/cores/bhnd_pcib/Makefile
+++ head/sys/modules/bhnd/cores/bhnd_pcib/Makefile
@@ -6,6 +6,6 @@
KMOD= bhnd_pcib
SRCS= bhnd_pcib.c bhnd_pcie2b.c
SRCS+= device_if.h bus_if.h pci_if.h \
- bhnd_bus_if.h
+ bhnd_bus_if.h opt_global.h
.include <bsd.kmod.mk>
Index: head/sys/modules/bhnd/siba/Makefile
===================================================================
--- head/sys/modules/bhnd/siba/Makefile
+++ head/sys/modules/bhnd/siba/Makefile
@@ -7,6 +7,6 @@
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 opt_global.h
.include <bsd.kmod.mk>
Index: head/sys/modules/bhnd/siba_bhndb/Makefile
===================================================================
--- head/sys/modules/bhnd/siba_bhndb/Makefile
+++ head/sys/modules/bhnd/siba_bhndb/Makefile
@@ -7,6 +7,6 @@
SRCS+= bhnd_bus_if.h bhnd_erom_if.h
SRCS+= bhndb_bus_if.h bhndb_if.h
-SRCS+= device_if.h bus_if.h
+SRCS+= device_if.h bus_if.h opt_global.h
.include <bsd.kmod.mk>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Apr 28, 5:18 AM (10 h, 59 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32218027
Default Alt Text
D7774.diff (3 KB)
Attached To
Mode
D7774: Fix `make` in sys/modules/bhnd
Attached
Detach File
Event Timeline
Log In to Comment