Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F137991546
D13836.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
437 B
Referenced Files
None
Subscribers
None
D13836.diff
View Options
Index: sys/modules/gpio/gpiobus/Makefile
===================================================================
--- sys/modules/gpio/gpiobus/Makefile
+++ sys/modules/gpio/gpiobus/Makefile
@@ -36,6 +36,10 @@
SRCS+= gpio_if.c gpio_if.h gpiobus_if.c gpiobus_if.h ofw_bus_if.h
SRCS+= device_if.h bus_if.h opt_platform.h
+.if !empty(OPT_FDT)
+SRCS+= ofw_gpiobus.c
+.endif
+
CFLAGS+= -I. -I${SRCTOP}/sys/dev/gpio/
.include <bsd.kmod.mk>
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Nov 28, 11:01 PM (17 h, 54 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
26307146
Default Alt Text
D13836.diff (437 B)
Attached To
Mode
D13836: Include required ofw_gpiobus.c when building gpiobus module for OFW/FDT targets.
Attached
Detach File
Event Timeline
Log In to Comment